[MPlayer-dev-eng] Update Windows resource version

Josh joshf87 at live.com
Mon Oct 22 07:54:39 CEST 2012


I know it's purely cosmetic but since mplayer is at 1.1 the windows 
resource file should reflect it.
-------------- next part --------------
Index: osdep/mplayer.rc
===================================================================
--- osdep/mplayer.rc	(revision 35265)
+++ osdep/mplayer.rc	(working copy)
@@ -22,8 +22,8 @@
 #include "version.h"
 
 1 VERSIONINFO
-FILEVERSION 0,0,9,0
-PRODUCTVERSION 0,0,9,0
+FILEVERSION 0,1,1,0
+PRODUCTVERSION 0,1,1,0
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
Index: osdep/mplayer.exe.manifest
===================================================================
--- osdep/mplayer.exe.manifest	(revision 35265)
+++ osdep/mplayer.exe.manifest	(working copy)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
     <assemblyIdentity
-        version="0.0.9.0"
+        version="0.1.1.0"
         processorArchitecture="*"
         name="MPlayer - The Movie Player"
         type="win32"


More information about the MPlayer-dev-eng mailing list