# # # patch "configure.ac" # from [41a9cf30f435d48aa23123840085a8dc0b7dbefc] # to [f9cc126136c9c0751a02491b863de5963ac456ae] # # patch "visualc/config.h" # from [5d50b6ec63d9bb5e6d7b8b89a72559b53815969e] # to [b8a8bcfa9c06037efc8ef51af6e58411f408b0e2] # ============================================================ --- configure.ac 41a9cf30f435d48aa23123840085a8dc0b7dbefc +++ configure.ac f9cc126136c9c0751a02491b863de5963ac456ae @@ -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.43], address@hidden) +AC_INIT([monotone], [0.44dev], 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 5d50b6ec63d9bb5e6d7b8b89a72559b53815969e +++ visualc/config.h b8a8bcfa9c06037efc8ef51af6e58411f408b0e2 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.43" +#define PACKAGE_STRING "monotone 0.44dev" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.43" +#define VERSION "0.44dev" #ifdef _MSC_VER typedef unsigned long pid_t;