# # # patch "configure.ac" # from [caaa53958129fbbc00d7eee4a8a07ddafdd5973f] # to [0d49097646397f2ef8c9e91360e9c6d2663f3bbd] # # patch "visualc/config.h" # from [3032e5254e5aeb5f662ab8b3bf471e505d51ffee] # to [1c81af0b87a3318dc9c56fdc8f38c0034b2d4305] # # patch "win32/monotone.iss" # from [2bd488c894de255785759e2e390ff5d259801a74] # to [0a237ef85b6487643f4e850d813b89d984d4706d] # ============================================================ --- configure.ac caaa53958129fbbc00d7eee4a8a07ddafdd5973f +++ configure.ac 0d49097646397f2ef8c9e91360e9c6d2663f3bbd @@ -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.46], address@hidden) +AC_INIT([monotone], [0.47dev], 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 3032e5254e5aeb5f662ab8b3bf471e505d51ffee +++ visualc/config.h 1c81af0b87a3318dc9c56fdc8f38c0034b2d4305 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.46" +#define PACKAGE_STRING "monotone 0.47dev" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.46" +#define VERSION "0.47dev" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 2bd488c894de255785759e2e390ff5d259801a74 +++ win32/monotone.iss 0a237ef85b6487643f4e850d813b89d984d4706d @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.46" +#define APPVERS="0.47dev" #define BUILDDIR=".." #define MINGWDIR="\MinGW"