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

Fixed version.log

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2963 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-05-15 19:30:52 +00:00
parent 461bc4c87e
commit e604e04847
+2 -2
View File
@@ -9,10 +9,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="4"
VERSION_EXTRA="-svn"
VERSION_BUILD="2961"
VERSION_BUILD="2963"
# $Log$ # Changes since the 1.8.4 Release
#Revision 2961 - Fixed bug with r2952 (%s was used rather than %d)
#Revision 2962 - Fixed bug with r2952 (%s was used rather than %d)
#Revision 2952 - Added a tonne of alog()s to log all stateful commands
#Revision 2950 - Added support for building with Microsoft Visual Studio 2010 and removed support for Microsoft Visual Studio 98
#Revision 2947 - Fixed a memory leak and use of uninitialized values in unreal_jointhrottle_mode_check. Note we don't even use this function currently.