# # # patch "configure.ac" # from [5ebea9e708335ff8ef2f8d794696c5f16bc86624] # to [167405576ef62305dff771b74a35f3a6aac5b84f] # # patch "monotone.spec" # from [fe2721ac50b0e6a0cb7079dda2eea02b2e4f9179] # to [406717b42093f427a53fbfd5d71a101848795ded] # # patch "win32/monotone.iss" # from [fe681cbaf7a90c2b7d01a5f529a975bc062ae04e] # to [24a8689e1ca7c52e10e4562df2771f35aff0f43d] # ============================================================ --- configure.ac 5ebea9e708335ff8ef2f8d794696c5f16bc86624 +++ configure.ac 167405576ef62305dff771b74a35f3a6aac5b84f @@ -1,8 +1,8 @@ AC_PREREQ(2.58) # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.58) -AC_INIT(monotone, 0.39, address@hidden) +AC_INIT(monotone, 0.40, address@hidden) AM_INIT_AUTOMAKE([1.9 tar-ustar std-options]) AC_CONFIG_SRCDIR([app_state.cc]) AM_CONFIG_HEADER([config.h]) ============================================================ --- monotone.spec fe2721ac50b0e6a0cb7079dda2eea02b2e4f9179 +++ monotone.spec 406717b42093f427a53fbfd5d71a101848795ded @@ -1,6 +1,6 @@ Name: monotone Summary: monotone is a distributed version control tool Name: monotone -Version: 0.39 +Version: 0.40 Release: 0.mtn.2%{?dist} License: GPL Group: Development/Tools @@ -59,6 +59,9 @@ fi %changelog +* Thu Apr 10 Richard Levitte +- 0.40 release. + * Mon Feb 25 Richard Levitte - 0.39 release. ============================================================ --- win32/monotone.iss fe681cbaf7a90c2b7d01a5f529a975bc062ae04e +++ win32/monotone.iss 24a8689e1ca7c52e10e4562df2771f35aff0f43d @@ -1,9 +1,9 @@ AppName=monotone [Setup] AppName=monotone -AppVersion=0.39 -AppVerName=monotone 0.39 -OutputBaseFileName=monotone-0.39-setup -AppCopyright=Copyright © 2002-2007 Graydon Hoare et al. +AppVersion=0.40 +AppVerName=monotone 0.40 +OutputBaseFileName=monotone-0.40-setup +AppCopyright=Copyright © 2002-2008 Graydon Hoare et al. AppPublisher=venge.net AppPublisherURL=http://www.monotone.ca/ DefaultDirName={pf}\monotone