From faf3709fd8cabfb50bf2e54c4d24cd1e2fed7b8d Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 19 Jul 2004 14:11:57 +0000 Subject: [PATCH] BUILD : 1.7.4 (265) BUGS : N/A NOTES : Only forgot 2 changes :) git-svn-id: svn://svn.anope.org/anope/trunk@265 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@170 5417fbe8-f217-4b02-8779-1006273d7864 --- include/version.sh | 2 +- src/modules/module.h | 8 ++++---- version.log | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/include/version.sh b/include/version.sh index 0797f2339..6f5cad192 100644 --- a/include/version.sh +++ b/include/version.sh @@ -4,7 +4,7 @@ # # Grab version information from the version control file. -CTRL="./version.log" +CTRL="../version.log" if [ -f $CTRL ] ; then . $CTRL else diff --git a/src/modules/module.h b/src/modules/module.h index 336762955..e62ddf89b 100644 --- a/src/modules/module.h +++ b/src/modules/module.h @@ -1,7 +1,7 @@ -#include "../services.h" -#include "../commands.h" -#include "../language.h" -#include "../modules.h" +#include "services.h" +#include "commands.h" +#include "language.h" +#include "modules.h" #define MOD_UNIQUE 0 #define MOD_HEAD 1 diff --git a/version.log b/version.log index d77a70e5e..a7241abe5 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="4" -VERSION_BUILD="264" +VERSION_BUILD="265" # $Log$ # +# BUILD : 1.7.4 (265) +# BUGS : N/A +# NOTES : Only forgot 2 changes :) +# # BUILD : 1.7.4 (264) # BUGS : N/A # NOTES : Switched to autoconf - try to commit part 1