# # # patch "UPGRADE" # from [e5ddbadaf9d13ee6deb96eee95d93341f1174044] # to [11c0b97604437bc7b411317d5bead6e90a173af1] # # patch "configure.ac" # from [f9cc126136c9c0751a02491b863de5963ac456ae] # to [06ab94a035ebe557bf2c5e423f0d7b29714bf210] # # patch "visualc/config.h" # from [b8a8bcfa9c06037efc8ef51af6e58411f408b0e2] # to [db71008f494afd48e270bda2ee39d0abc4d8b417] # # patch "win32/monotone.iss" # from [035c0641bca85aa9f6942a68b4823c477efd1559] # to [b61d722a2d45e25bd4215909be0cd8b46f1ce018] # ============================================================ --- UPGRADE e5ddbadaf9d13ee6deb96eee95d93341f1174044 +++ UPGRADE 11c0b97604437bc7b411317d5bead6e90a173af1 @@ -1,4 +1,4 @@ -upgrading monotone to 0.43 +upgrading monotone to 0.44 ========================== How to read this file: ============================================================ --- configure.ac f9cc126136c9c0751a02491b863de5963ac456ae +++ configure.ac 06ab94a035ebe557bf2c5e423f0d7b29714bf210 @@ -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.44dev], address@hidden) +AC_INIT([monotone], [0.44], 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 b8a8bcfa9c06037efc8ef51af6e58411f408b0e2 +++ visualc/config.h db71008f494afd48e270bda2ee39d0abc4d8b417 @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.44dev" +#define PACKAGE_STRING "monotone 0.44" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.44dev" +#define VERSION "0.44" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 035c0641bca85aa9f6942a68b4823c477efd1559 +++ win32/monotone.iss b61d722a2d45e25bd4215909be0cd8b46f1ce018 @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.43" +#define APPVERS="0.44" #define BUILDDIR=".." #define MINGWDIR="\MinGW"