# # # patch "configure.ac" # from [0c761b480e37bef2fd91a2c51cb821d469c58afd] # to [caaa53958129fbbc00d7eee4a8a07ddafdd5973f] # # patch "visualc/config.h" # from [b7eba2059ab22855a1b1035561a050b73c75588f] # to [3032e5254e5aeb5f662ab8b3bf471e505d51ffee] # # patch "win32/monotone.iss" # from [6dee55b5583f78cfd15829710f2e6266065c2ece] # to [2bd488c894de255785759e2e390ff5d259801a74] # ============================================================ --- configure.ac 0c761b480e37bef2fd91a2c51cb821d469c58afd +++ configure.ac caaa53958129fbbc00d7eee4a8a07ddafdd5973f @@ -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.46dev], address@hidden) +AC_INIT([monotone], [0.46], 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 b7eba2059ab22855a1b1035561a050b73c75588f +++ visualc/config.h 3032e5254e5aeb5f662ab8b3bf471e505d51ffee @@ -2,10 +2,10 @@ #define CONFIG_H 1 #define PACKAGE "monotone" -#define PACKAGE_STRING "monotone 0.46dev" +#define PACKAGE_STRING "monotone 0.46" #define PACKAGE_BUGREPORT "address@hidden" #define LC_MESSAGES LC_CTYPE -#define VERSION "0.46dev" +#define VERSION "0.46" #ifdef _MSC_VER typedef unsigned long pid_t; ============================================================ --- win32/monotone.iss 6dee55b5583f78cfd15829710f2e6266065c2ece +++ win32/monotone.iss 2bd488c894de255785759e2e390ff5d259801a74 @@ -1,5 +1,5 @@ #define APPNAME="monotone" -#define APPVERS="0.46dev" +#define APPVERS="0.46" #define BUILDDIR=".." #define MINGWDIR="\MinGW" @@ -8,7 +8,7 @@ OutputBaseFileName={#APPNAME}-{#APPVERS} AppVersion={#APPVERS} AppVerName={#APPNAME} {#APPVERS} OutputBaseFileName={#APPNAME}-{#APPVERS}-setup -AppCopyright=Copyright © 2002-2009 Graydon Hoare et al. +AppCopyright=Copyright © 2002-2010 Graydon Hoare et al. AppPublisher=The monotone Development Team AppPublisherURL=http://www.monotone.ca/ DefaultDirName={pf}\{#APPNAME}