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:
parent
13503f0a21
commit
3a4570a131
+1
-1
@@ -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
@@ -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 :)
|
||||
|
||||
Reference in New Issue
Block a user