# # # patch "configure.ac" # from [4b75a2ca2b000d682513dace4748dbbe8e546198] # to [875328a1985e1e6aa2cb58adc5123044bd1cd04a] # # patch "visualc/config.h" # from [923f821fff59c63fa06a8554f32f8557aaf378c9] # to [93a922da84d4a0047174493f0f57b86321f761a3] # # patch "win32/monotone.iss" # from [8b3e377d397a2bb710929a5470464eb637b93dba] # to [586ddd499e27bda0c3dab68d85fd31dd9a28c6d2] # ============================================================ --- configure.ac 4b75a2ca2b000d682513dace4748dbbe8e546198 +++ configure.ac 875328a1985e1e6aa2cb58adc5123044bd1cd04a @@ -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.47], address@hidden) +AC_INIT([monotone], [0.48dev], 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 923f821fff59c63fa06a8554f32f8557aaf378c9 +++ visualc/config.h 93a922da84d4a0047174493f0f57b86321f761a3 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.47" +#define PACKAGE_STRING "monotone 0.48dev" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.47" +#define VERSION "0.48dev" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 8b3e377d397a2bb710929a5470464eb637b93dba +++ win32/monotone.iss 586ddd499e27bda0c3dab68d85fd31dd9a28c6d2 @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.47" +#define APPVERS="0.48dev" #define BUILDDIR=".." #define MINGWDIR="\MinGW"