From: H.G. Muller Date: Fri, 8 May 2009 04:47:37 +0000 (-0700) Subject: bumped patchlevel to 0g X-Git-Tag: v4.4.0.alpha2~1 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=d9bb62dc8cf7db24e7aeea11938450bcc49c27c6;p=xboard.git bumped patchlevel to 0g --- diff --git a/configure.ac b/configure.ac index 8285fb0..49ca8ff 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl| the standard version of xboard. dnl| need to change these here and in AC_INIT PRODUCT=xboard VERSION=4.4 -PATCHLEVEL=0e +PATCHLEVEL=0g AC_INIT([xboard],[4.4.0e],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE diff --git a/winboard/config.h b/winboard/config.h index 980e948..e9874a0 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -36,7 +36,7 @@ #define LAST_PTY_LETTER 'q' -#define PATCHLEVEL "0e" +#define PATCHLEVEL "0g" #define PRODUCT "WinBoard" @@ -129,4 +129,3 @@ #define SCF_DEFAULT 0x0000 #define SCF_ALL 0x0004 #endif -