new version number for release 4.9.0
authorArun Persaud <arun@nubati.net>
Sun, 15 May 2016 17:03:04 +0000 (10:03 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 15 May 2016 17:03:04 +0000 (10:03 -0700)
configure.ac
winboard/config.h

index 3306409..1d879d5 100644 (file)
@@ -32,7 +32,7 @@ dnl| MAJOR means large changes
 dnl| MINOR can includes new features and bug fixes
 dnl| PATCHLEVEL is used for bugfixes only
 dnl| pre-release version have a -YYYYMMDD attached, e.g 4.9.0-20160313
-AC_INIT([xboard],[4.9.0-20160402],[bug-xboard@gnu.org])
+AC_INIT([xboard],[4.9.0],[bug-xboard@gnu.org])
 
 dnl| need this to be able to compile some files in a subdir (filebrowser)
 AM_INIT_AUTOMAKE([subdir-objects])
index f415156..8de63d0 100644 (file)
 #define PACKAGE_NAME "WinBoard"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "WinBoard 4.9.0.20160402"\r
+#define PACKAGE_STRING "WinBoard 4.9.0"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "winboard"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "4.9.0.20160402"\r
+#define PACKAGE_VERSION "4.9.0"\r
 \r
 /* Define the Windows-specific FILE version info.  this *MUST* be four comma separated 16-bit integers */\r
 /* remember to not start a number with 0 (octal), dates like 2014,0901 would lead to an error */\r
-#define PACKAGE_FILEVERSION 4,9,2016,402\r
+#define PACKAGE_FILEVERSION 4,9,2016,515\r
 \r
 #define PTY_ITERATION\r
 \r