1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 10:16:40 +02:00

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
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-19 14:11:57 +00:00
parent a1479a8775
commit faf3709fd8
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#
# Grab version information from the version control file.
CTRL="./version.log"
CTRL="../version.log"
if [ -f $CTRL ] ; then
. $CTRL
else
+4 -4
View File
@@ -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
+5 -1
View File
@@ -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