diff options
| author | Chris Morgan <chris.morganiser@gmail.com> | 2009-11-29 19:25:55 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-11-29 19:25:55 +0000 |
| commit | 8c9f8317c6c8b86eaee8af1afb05e9dee47479a4 (patch) | |
| tree | 8bfdeaea1d4e2bd55ee3ad03d112874028d84af3 /src/inkscape.rc | |
| parent | Setting some more version numbers (diff) | |
| download | inkscape-8c9f8317c6c8b86eaee8af1afb05e9dee47479a4.tar.gz inkscape-8c9f8317c6c8b86eaee8af1afb05e9dee47479a4.zip | |
Updated version files that were missed.
(bzr r8833.1.9)
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 d48b68c43..3b946a067 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,46,0,0 - PRODUCTVERSION 0,46,0,0 + FILEVERSION 0,47,0,0 + PRODUCTVERSION 0,47,0,0 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.46.0" + VALUE "FileVersion", "0.47" VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2007 Inkscape" + VALUE "LegalCopyright", "© 2009 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.46.0" + VALUE "ProductVersion", "0.47" END END BLOCK "VarFileInfo" |
