From 73b4112daf718e68b1b60db8a304c4f9a930c703 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 6 Jun 2009 08:57:52 -0700 Subject: [PATCH] updated to patchlevel "j" --- configure.ac | 4 ++-- winboard/config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 4cf545a..c7bf530 100644 --- a/configure.ac +++ b/configure.ac @@ -30,9 +30,9 @@ dnl| the standard version of xboard. dnl| need to change these here and in AC_INIT PRODUCT=xboard VERSION=4.4 -PATCHLEVEL=0i +PATCHLEVEL=0j -AC_INIT([xboard],[4.4.0i],[bug-xboard@gnu.org]) +AC_INIT([xboard],[4.4.0j],[bug-xboard@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) diff --git a/winboard/config.h b/winboard/config.h index cc2c5c3..a219a96 100644 --- a/winboard/config.h +++ b/winboard/config.h @@ -36,7 +36,7 @@ #define LAST_PTY_LETTER 'q' -#define PATCHLEVEL "0i" +#define PATCHLEVEL "0j" #define PRODUCT "WinBoard" -- 1.7.0.4