diff options
| author | Chris Morgan <chris.morganiser@gmail.com> | 2010-09-04 00:35:24 +0000 |
|---|---|---|
| committer | Chris Morgan <chris.morganiser@gmail.com> | 2010-09-04 00:35:24 +0000 |
| commit | 3c0288f279d763f715e6a8b9e4ad6826a819754b (patch) | |
| tree | 8fbacdf16b6196a5e2dc129955768caa37ab9a0f /src/inkscape.rc | |
| parent | Translations. Inkscape.pot update; French translation update. (diff) | |
| download | inkscape-3c0288f279d763f715e6a8b9e4ad6826a819754b.tar.gz inkscape-3c0288f279d763f715e6a8b9e4ad6826a819754b.zip | |
Updated Win32 executable VersionInfo tables for 0.48+devel.
(bzr r9741)
Diffstat (limited to 'src/inkscape.rc')
| -rw-r--r-- | src/inkscape.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc index 9163658f0..08746aa77 100644 --- a/src/inkscape.rc +++ b/src/inkscape.rc @@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" 1 24 DISCARDABLE "./inkscape-manifest.xml" 1 VERSIONINFO - FILEVERSION 0,47,0,9 - PRODUCTVERSION 0,47,0,9 + FILEVERSION 0,48,0,9 + PRODUCTVERSION 0,48,0,9 BEGIN BLOCK "StringFileInfo" BEGIN @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkscape" - VALUE "FileVersion", "0.47+devel" + VALUE "FileVersion", "0.48+devel" VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2009 Inkscape" + VALUE "LegalCopyright", "© 2010 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.47+devel" + VALUE "ProductVersion", "0.48+devel" END END BLOCK "VarFileInfo" |
