changeset 313:4b9656471303

Update version number to 0.4; another minor textual fix
author Chris Cannam
date Tue, 01 Mar 2011 15:51:28 +0000
parents f98c8ece3035
children 067b5c116a3b
files mainwindow.cpp version.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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("<h3>%1</h3><p>%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("<h3>%1</h3><p>%2%3").arg(cf)
          .arg(tr("You are about to commit %n file(s) to %1.", "", reportFiles.size()).arg(branchText))
--- 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"