# # # patch "ChangeLog" # from [b56787153e24a6030529ba19ac4f1caaa7b48caf] # to [f50ee781df71bae7f2b8d06022f09adba9706cc5] # # patch "configure.ac" # from [8d66693ebf040f83c89a03d06976b1e5e05a8efd] # to [fa15e2a1f818de964fe09c857563a17b223ec921] # # patch "debian/changelog" # from [deb2d95fe420ffd939a32c05335a57c88fefed44] # to [105148897f4676cfcd45c2921381a74eb1201500] # # patch "monotone.spec" # from [7022049eb76af47d7c5395199ee30c4381a97f45] # to [016c3f86d4a77c5f0229ac4c496aa3787c517128] # # patch "win32/monotone.iss" # from [be13fcf933bfdc3c400984764d9e2297e2c4bf80] # to [d64d5f3217d5e8b7c2a74af50b371cc82378d8a4] # ============================================================ --- ChangeLog b56787153e24a6030529ba19ac4f1caaa7b48caf +++ ChangeLog f50ee781df71bae7f2b8d06022f09adba9706cc5 @@ -1,5 +1,10 @@ 2006-03-04 Nathaniel Smith + * win32/monotone.iss, monotone.spec, configure.ac: + * debian/changelog: Bump version numbers. + +2006-03-04 Nathaniel Smith + * NEWS: Oops, apparently 0.25.1 is taken. Call this 0.25.2, and add a note about why it isn't 0.25.1. * UPGRADE: Similarly correct version number. ============================================================ --- configure.ac 8d66693ebf040f83c89a03d06976b1e5e05a8efd +++ configure.ac fa15e2a1f818de964fe09c857563a17b223ec921 @@ -1,8 +1,8 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.25, address@hidden) +AC_INIT(monotone, 0.25.2, address@hidden) AM_INIT_AUTOMAKE(1.7.1) AC_CONFIG_SRCDIR([app_state.cc]) AC_CONFIG_TESTDIR([tests]) ============================================================ --- debian/changelog deb2d95fe420ffd939a32c05335a57c88fefed44 +++ debian/changelog 105148897f4676cfcd45c2921381a74eb1201500 @@ -1,3 +1,9 @@ +monotone (0.25.2-0.1) unstable; urgency=low + + * New upstream release. + + -- Nathaniel Smith Sat, 4 Mar 2006 19:32:25 -0800 + monotone (0.25-0.1) unstable; urgency=low * New upstream release. ============================================================ --- monotone.spec 7022049eb76af47d7c5395199ee30c4381a97f45 +++ monotone.spec 016c3f86d4a77c5f0229ac4c496aa3787c517128 @@ -1,6 +1,6 @@ Summary: monotone is a distributed version control tool Name: monotone -Version: 0.24 +Version: 0.25.2 Release: 1 License: GPL Group: Development/Tools @@ -63,6 +63,9 @@ %changelog +* Sat Mar 4 2006 nathaniel smith +- 0.25.2 release + * Thu Dec 29 2005 nathaniel smith - 0.25 release ============================================================ --- win32/monotone.iss be13fcf933bfdc3c400984764d9e2297e2c4bf80 +++ win32/monotone.iss d64d5f3217d5e8b7c2a74af50b371cc82378d8a4 @@ -1,6 +1,6 @@ [Setup] AppName=monotone -AppVerName=monotone 0.25 +AppVerName=monotone 0.25.2 AppCopyright=Copyright © 2002-2005 Graydon Hoare et al. DefaultDirName={pf}\monotone DefaultGroupName=monotone @@ -10,7 +10,7 @@ AllowNoIcons=1 AppPublisher=venge.net AppPublisherURL=http://venge.net/monotone -AppVersion=0.25 +AppVersion=0.25.2 Compression=lzma/ultra SolidCompression=yes LicenseFile="..\COPYING"