# # # patch "configure.ac" # from [06ab94a035ebe557bf2c5e423f0d7b29714bf210] # to [761ca6099c40935aff79de4a2ebf9896088a2fe2] # # patch "visualc/config.h" # from [db71008f494afd48e270bda2ee39d0abc4d8b417] # to [1d53345d81048eb70343c716408fa20632ee2cb2] # # patch "win32/monotone.iss" # from [b61d722a2d45e25bd4215909be0cd8b46f1ce018] # to [95a325ef3fb97f63b343f9d31770ac32737b6963] # ============================================================ --- configure.ac 06ab94a035ebe557bf2c5e423f0d7b29714bf210 +++ configure.ac 761ca6099c40935aff79de4a2ebf9896088a2fe2 @@ -10,7 +10,7 @@ AC_PREREQ(2.58) # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT([monotone], [0.44], address@hidden) +AC_INIT([monotone], [0.45dev], address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_HEADERS([config.h]) ============================================================ --- visualc/config.h db71008f494afd48e270bda2ee39d0abc4d8b417 +++ visualc/config.h 1d53345d81048eb70343c716408fa20632ee2cb2 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.44" +#define PACKAGE_STRING "monotone 0.45dev" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.44" +#define VERSION "0.45dev" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss b61d722a2d45e25bd4215909be0cd8b46f1ce018 +++ win32/monotone.iss 95a325ef3fb97f63b343f9d31770ac32737b6963 @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.44" +#define APPVERS="0.45dev" #define BUILDDIR=".." #define MINGWDIR="\MinGW"