r18082 by craig - Roll back time by one month

scribus-commit scribus-commit at lists.scribus.net
Thu Jan 10 21:43:46 UTC 2013


Author: craig
Date: Thu Jan 10 21:43:46 2013
New Revision: 18082

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18082
Log:
Roll back time by one month

Modified:
    branches/Version14x/Scribus/README
    branches/Version14x/Scribus/scribus/about.cpp
    branches/Version14x/Scribus/scribusversions.xml

Modified: branches/Version14x/Scribus/README
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18082&path=/branches/Version14x/Scribus/README
==============================================================================
--- branches/Version14x/Scribus/README (original)
+++ branches/Version14x/Scribus/README Thu Jan 10 21:43:46 2013
@@ -1,7 +1,7 @@
 SCRIBUS 1.4.2
 ----------------------------------------------
 
-1.4.2 is the new stable Scribus version, released February 2013.
+1.4.2 is the new stable Scribus version, released January 2013.
 
 While 1.4.2 is considered to be usable in production, if you have documents made in 1.3.3.x, you may want to keep the latest 1.3.3.14 as a fallback option for older documents due to some changes in layout. 
 Both versions can be installed in parallel. Please be aware of the fact that files saved with 1.3.4 or any later version cannot be opened by 1.3.3.x!

Modified: branches/Version14x/Scribus/scribus/about.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18082&path=/branches/Version14x/Scribus/scribus/about.cpp
==============================================================================
--- branches/Version14x/Scribus/scribus/about.cpp (original)
+++ branches/Version14x/Scribus/scribus/about.cpp Thu Jan 10 21:43:46 2013
@@ -115,7 +115,7 @@
 	buildID->setAlignment(Qt::AlignCenter);
 	buildID->setTextInteractionFlags(Qt::TextSelectableByMouse);
 	QString BUILD_DAY = "13";
-	QString BUILD_MONTH = CommonStrings::february;
+	QString BUILD_MONTH = CommonStrings::january;
 	QString BUILD_YEAR = "2013";
 	QString BUILD_TIME = "";
 	QString BUILD_TZ = "";

Modified: branches/Version14x/Scribus/scribusversions.xml
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18082&path=/branches/Version14x/Scribus/scribusversions.xml
==============================================================================
--- branches/Version14x/Scribus/scribusversions.xml (original)
+++ branches/Version14x/Scribus/scribusversions.xml Thu Jan 10 21:43:46 2013
@@ -16,5 +16,5 @@
   <release platform="Win32" stability="unstablesvn" version="1.5.0.svn" />
   <release platform="MacOSX" stability="unstablesvn" version="1.5.0.svn" />
   <release platform="OS2" stability="unstablesvn" version="1.5.0.svn" />
-  <message lang="en" > - Scribus 1.4.2 is the latest stable release, released February 2013.<![CDATA[<br>]]> - Scribus 1.5.0.svn is the current development version. </message>
+  <message lang="en" > - Scribus 1.4.2 is the latest stable release, released January 2013.<![CDATA[<br>]]> - Scribus 1.5.0.svn is the current development version. </message>
 </scribus>




More information about the scribus-commit mailing list