[Scummvm-cvs-logs] SF.net SVN: scummvm:[48863] tools/tags/release-1-1-1

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Apr 29 23:35:15 CEST 2010


Revision: 48863
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48863&view=rev
Author:   fingolfin
Date:     2010-04-29 21:35:15 +0000 (Thu, 29 Apr 2010)

Log Message:
-----------
Set version to 1.1.1

Modified Paths:
--------------
    tools/tags/release-1-1-1/NEWS
    tools/tags/release-1-1-1/dist/macosx/Info.plist
    tools/tags/release-1-1-1/gui/main.cpp

Modified: tools/tags/release-1-1-1/NEWS
===================================================================
--- tools/tags/release-1-1-1/NEWS	2010-04-29 21:35:11 UTC (rev 48862)
+++ tools/tags/release-1-1-1/NEWS	2010-04-29 21:35:15 UTC (rev 48863)
@@ -1,7 +1,7 @@
 For a more comprehensive changelog for the latest experimental SVN code, see:
         http://scummvm.svn.sourceforge.net/viewvc/scummvm/tools/trunk/?view=log
 
-1.1.1 (????-??-??)
+1.1.1 (2010-05-02)
  First tools version to contain a NEWS file.
 
  - Improve the way the images are loaded for the tools GUI. It increases the chances of success. 

Modified: tools/tags/release-1-1-1/dist/macosx/Info.plist
===================================================================
--- tools/tags/release-1-1-1/dist/macosx/Info.plist	2010-04-29 21:35:11 UTC (rev 48862)
+++ tools/tags/release-1-1-1/dist/macosx/Info.plist	2010-04-29 21:35:15 UTC (rev 48863)
@@ -15,9 +15,9 @@
 	<key>CFBundleIdentifier</key>
 	<string>org.scummvm.toolsgui</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.1.0 BETA</string>
+	<string>1.1.1</string>
 	<key>CFBundleVersion</key>
-	<string>1.1.0 BETA</string>
+	<string>1.1.1</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>

Modified: tools/tags/release-1-1-1/gui/main.cpp
===================================================================
--- tools/tags/release-1-1-1/gui/main.cpp	2010-04-29 21:35:11 UTC (rev 48862)
+++ tools/tags/release-1-1-1/gui/main.cpp	2010-04-29 21:35:15 UTC (rev 48863)
@@ -113,7 +113,7 @@
 	titletext->SetFont(wxFont(22, wxSWISS, wxNORMAL, wxBOLD, false, wxT("Arial")));
 	sizer->Add(titletext, wxSizerFlags());
 
-	wxStaticText *versiontext = new wxStaticText(dialog, wxID_ANY, wxT("Version 1.1.0 BETA"));
+	wxStaticText *versiontext = new wxStaticText(dialog, wxID_ANY, wxT("Version 1.1.1"));
 	versiontext->SetForegroundColour(wxColor(128, 128, 128));
 	versiontext->SetFont(wxFont(10, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
 	sizer->Add(versiontext, wxSizerFlags());


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list