# # # patch "NEWS" # from [2dc09a234aa2015751bd65a20ad679fcdc0e1fe0] # to [499b170b0bf50e4c50b36283cc43e26f8de9de58] # # patch "UPGRADE" # from [845201d129ada34e5ac38365fa0e17d6a02fd2c0] # to [463ca027f786b7c1580f93327849a22aeed3a7ff] # # patch "configure.ac" # from [58891679a723cc7bc9fcccdc7af1df672b53cce1] # to [be8210ed835bf43b057e48fea3dd8cf6cfc2d963] # # patch "visualc/config.h" # from [93a922da84d4a0047174493f0f57b86321f761a3] # to [630527022b5f63a04d58bece1119cc04c1cc4a6a] # ============================================================ --- NEWS 2dc09a234aa2015751bd65a20ad679fcdc0e1fe0 +++ NEWS 499b170b0bf50e4c50b36283cc43e26f8de9de58 @@ -1,4 +1,4 @@ -xxx xxx xx xx:xx:xx UTC 2010 +Sun Jun 13 22:13:53 UTC 2010 0.48 release. ============================================================ --- UPGRADE 845201d129ada34e5ac38365fa0e17d6a02fd2c0 +++ UPGRADE 463ca027f786b7c1580f93327849a22aeed3a7ff @@ -1,4 +1,4 @@ -upgrading monotone to 0.47 +upgrading monotone to 0.48 ========================== How to read this file: ============================================================ --- configure.ac 58891679a723cc7bc9fcccdc7af1df672b53cce1 +++ configure.ac be8210ed835bf43b057e48fea3dd8cf6cfc2d963 @@ -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.48dev], address@hidden) +AC_INIT([monotone], [0.48], 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 93a922da84d4a0047174493f0f57b86321f761a3 +++ visualc/config.h 630527022b5f63a04d58bece1119cc04c1cc4a6a @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.48dev" +#define PACKAGE_STRING "monotone 0.48" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.48dev" +#define VERSION "0.48" #ifdef _MSC_VER typedef unsigned long pid_t;