diff options
-rw-r--r-- | include/version.sh | 2 | ||||
-rw-r--r-- | src/modules/module.h | 8 | ||||
-rw-r--r-- | 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 |