# # # patch "configure.ac" # from [2cb9e594e76dabe446e9a9c28315963b8c72fb78] # to [0c761b480e37bef2fd91a2c51cb821d469c58afd] # # patch "visualc/config.h" # from [7641b78b8b513165968bc1454083ae5191d3f316] # to [b7eba2059ab22855a1b1035561a050b73c75588f] # # patch "win32/monotone.iss" # from [9f7786c3e2192d94b8b2b68194524f6351c453ff] # to [6dee55b5583f78cfd15829710f2e6266065c2ece] # ============================================================ --- configure.ac 2cb9e594e76dabe446e9a9c28315963b8c72fb78 +++ configure.ac 0c761b480e37bef2fd91a2c51cb821d469c58afd @@ -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.45], address@hidden) +AC_INIT([monotone], [0.46dev], 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 7641b78b8b513165968bc1454083ae5191d3f316 +++ visualc/config.h b7eba2059ab22855a1b1035561a050b73c75588f @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.45" +#define PACKAGE_STRING "monotone 0.46dev" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.45" +#define VERSION "0.46dev" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 9f7786c3e2192d94b8b2b68194524f6351c453ff +++ win32/monotone.iss 6dee55b5583f78cfd15829710f2e6266065c2ece @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.45" +#define APPVERS="0.46dev" #define BUILDDIR=".." #define MINGWDIR="\MinGW"