1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 00:43:12 +02:00

BUILD : 1.7.8 (576) BUGS : N/A NOTES : Build flag to show its Win32

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@426 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-16 19:45:41 +00:00
parent 1da30bfdea
commit 4ad737abc2
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -82,6 +82,8 @@ cat >version.h <<EOF
# define VER_OS "J"
#elif defined(MACOSX)
# define VER_OS "X"
#elif defined(_WIN32)
# define VER_OS "W"
#else
# define VER_OS
#endif
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
VERSION_BUILD="575"
VERSION_BUILD="576"
# $Log$
#
# BUILD : 1.7.8 (576)
# BUGS : N/A
# NOTES : Build flag to show its Win32
#
# BUILD : 1.7.8 (575)
# BUGS : N/A
# NOTES : Some event clean ups found by heinz today