1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 21:23:13 +02:00

BUILD : 1.7.5 (353) BUGS : N/A NOTES : Fixed version booboo :)

git-svn-id: svn://svn.anope.org/anope/trunk@353 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@229 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-09-19 10:50:23 +00:00
parent 13503f0a21
commit 3a4570a131
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ fi
VERSION="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_EXTRA} (${VERSION_BUILD})"
if [ -f version.h ] ; then
BUILD=`fgrep '#define BUILD' version.h | sed 's/^#define BUILD.*"\([0-9]*\)".*$/\1/'`
BUILD=`fgrep '#define BUILD' version.h | sed 's/^#define BUILD.*\([0-9]*\).*$/\1/'`
BUILD=`expr $BUILD + 1 2>/dev/null`
else
BUILD=1
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="352"
VERSION_BUILD="353"
# $Log$
#
# BUILD : 1.7.5 (353)
# BUGS : N/A
# NOTES : Fixed version booboo :)
#
# BUILD : 1.7.5 (352)
# BUGS : N/A
# NOTES : corrected a semi-colon that my compiled dosnt mind, but certuss does :)