# HG changeset patch # User Chris Cannam # Date 1298994688 0 # Node ID 4b9656471303408a2bd2b40656cd52a44305211d # Parent f98c8ece30353b5a09435cd9d96490425f47ebc7 Update version number to 0.4; another minor textual fix diff -r f98c8ece3035 -r 4b9656471303 mainwindow.cpp --- a/mainwindow.cpp Tue Mar 01 14:22:53 2011 +0000 +++ b/mainwindow.cpp Tue Mar 01 15:51:28 2011 +0000 @@ -440,7 +440,7 @@ (this, cf, tr("

%1

%2%3").arg(cf) - .arg(tr("You are about to commit the following files to %1.").arg(branchText)) + .arg(tr("You are about to commit the following files to %1:").arg(branchText)) .arg(subsetNote), tr("

%1

%2%3").arg(cf) .arg(tr("You are about to commit %n file(s) to %1.", "", reportFiles.size()).arg(branchText)) diff -r f98c8ece3035 -r 4b9656471303 version.h --- a/version.h Tue Mar 01 14:22:53 2011 +0000 +++ b/version.h Tue Mar 01 15:51:28 2011 +0000 @@ -1,1 +1,1 @@ -#define EASYHG_VERSION "0.3.2" +#define EASYHG_VERSION "0.4"