# # # patch "configure.ac" # from [be8210ed835bf43b057e48fea3dd8cf6cfc2d963] # to [5ec82188f213a0ff5c15588f982af8abf7c68f84] # # patch "visualc/config.h" # from [630527022b5f63a04d58bece1119cc04c1cc4a6a] # to [1daa7eeed41f2b8d3f5f59a2f4483a198fc5de15] # ============================================================ --- configure.ac be8210ed835bf43b057e48fea3dd8cf6cfc2d963 +++ configure.ac 5ec82188f213a0ff5c15588f982af8abf7c68f84 @@ -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.48], address@hidden) +AC_INIT([monotone], [0.99dev], 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 630527022b5f63a04d58bece1119cc04c1cc4a6a +++ visualc/config.h 1daa7eeed41f2b8d3f5f59a2f4483a198fc5de15 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.48" +#define PACKAGE_STRING "monotone 0.99dev" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.48" +#define VERSION "0.99dev" #ifdef _MSC_VER typedef unsigned long pid_t;