From d31ad76b363db4963d36952b4a8cbd46d838743f Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 15 May 2016 10:03:04 -0700 Subject: [PATCH] new version number for release 4.9.0 --- configure.ac | 2 +- winboard/config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 3306409..1d879d5 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/winboard/config.h b/winboard/config.h index f415156..8de63d0 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -46,17 +46,17 @@ #define PACKAGE_NAME "WinBoard" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "WinBoard 4.9.0.20160402" +#define PACKAGE_STRING "WinBoard 4.9.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "winboard" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.9.0.20160402" +#define PACKAGE_VERSION "4.9.0" /* Define the Windows-specific FILE version info. this *MUST* be four comma separated 16-bit integers */ /* remember to not start a number with 0 (octal), dates like 2014,0901 would lead to an error */ -#define PACKAGE_FILEVERSION 4,9,2016,402 +#define PACKAGE_FILEVERSION 4,9,2016,515 #define PTY_ITERATION -- 1.7.0.4