[Scummvm-cvs-logs] SF.net SVN: scummvm:[48865] tools/branches/branch-1-1-0

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Apr 29 23:39:43 CEST 2010


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

Log Message:
-----------
TOOLS: Update version and NEWS on branch, too

Modified Paths:
--------------
    tools/branches/branch-1-1-0/NEWS
    tools/branches/branch-1-1-0/dist/macosx/Info.plist
    tools/branches/branch-1-1-0/gui/main.cpp

Modified: tools/branches/branch-1-1-0/NEWS
===================================================================
--- tools/branches/branch-1-1-0/NEWS	2010-04-29 21:38:38 UTC (rev 48864)
+++ tools/branches/branch-1-1-0/NEWS	2010-04-29 21:39:43 UTC (rev 48865)
@@ -1,13 +1,13 @@
 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. 
- - Fix bug #2984217: "Tools: The media directory is not intalled"
- - Fix bug #2905473: "GUI Tools: cannot use lame with compress_scumm_sou"
- - Patch #2982306: "set MP3 ABR bit rate in GUI Tools"
- - Patch #2982090: "Tools: include unistd.h for unlink"
+ - Fix bug #2984217: "Tools: The media directory is not intalled".
+ - Fix bug #2905473: "GUI Tools: cannot use lame with compress_scumm_sou".
+ - Patch #2982306: "set MP3 ABR bit rate in GUI Tools".
+ - Patch #2982090: "Tools: include unistd.h for unlink".
  - Patch #2982091: "Tools: use $(INSTALL) instead of install".
- - Fix endian problem in create_sjisfnt
+ - Fix endian problem in create_sjisfnt.

Modified: tools/branches/branch-1-1-0/dist/macosx/Info.plist
===================================================================
--- tools/branches/branch-1-1-0/dist/macosx/Info.plist	2010-04-29 21:38:38 UTC (rev 48864)
+++ tools/branches/branch-1-1-0/dist/macosx/Info.plist	2010-04-29 21:39:43 UTC (rev 48865)
@@ -15,9 +15,9 @@
 	<key>CFBundleIdentifier</key>
 	<string>org.scummvm.toolsgui</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.1.0 BETA</string>
+	<string>1.1.2svn</string>
 	<key>CFBundleVersion</key>
-	<string>1.1.0 BETA</string>
+	<string>1.1.2svn</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>

Modified: tools/branches/branch-1-1-0/gui/main.cpp
===================================================================
--- tools/branches/branch-1-1-0/gui/main.cpp	2010-04-29 21:38:38 UTC (rev 48864)
+++ tools/branches/branch-1-1-0/gui/main.cpp	2010-04-29 21:39:43 UTC (rev 48865)
@@ -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.2svn"));
 	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