# # # patch "UPGRADE" # from [58cc349e2a00199c7fa8146d8f547727714e0ef3] # to [845201d129ada34e5ac38365fa0e17d6a02fd2c0] # # patch "configure.ac" # from [0d49097646397f2ef8c9e91360e9c6d2663f3bbd] # to [4b75a2ca2b000d682513dace4748dbbe8e546198] # # patch "visualc/config.h" # from [1c81af0b87a3318dc9c56fdc8f38c0034b2d4305] # to [923f821fff59c63fa06a8554f32f8557aaf378c9] # # patch "win32/monotone.iss" # from [0a237ef85b6487643f4e850d813b89d984d4706d] # to [8b3e377d397a2bb710929a5470464eb637b93dba] # ============================================================ --- UPGRADE 58cc349e2a00199c7fa8146d8f547727714e0ef3 +++ UPGRADE 845201d129ada34e5ac38365fa0e17d6a02fd2c0 @@ -1,4 +1,4 @@ -upgrading monotone to 0.46 +upgrading monotone to 0.47 ========================== How to read this file: ============================================================ --- configure.ac 0d49097646397f2ef8c9e91360e9c6d2663f3bbd +++ configure.ac 4b75a2ca2b000d682513dace4748dbbe8e546198 @@ -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.47dev], address@hidden) +AC_INIT([monotone], [0.47], 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 1c81af0b87a3318dc9c56fdc8f38c0034b2d4305 +++ visualc/config.h 923f821fff59c63fa06a8554f32f8557aaf378c9 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.47dev" +#define PACKAGE_STRING "monotone 0.47" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.47dev" +#define VERSION "0.47" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 0a237ef85b6487643f4e850d813b89d984d4706d +++ win32/monotone.iss 8b3e377d397a2bb710929a5470464eb637b93dba @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.47dev" +#define APPVERS="0.47" #define BUILDDIR=".." #define MINGWDIR="\MinGW"