From d9bb62dc8cf7db24e7aeea11938450bcc49c27c6 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 7 May 2009 21:47:37 -0700 Subject: [PATCH] bumped patchlevel to 0g --- configure.ac | 2 +- winboard/config.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 - -- 1.7.0.4