diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-10-30 00:53:33 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2014-10-30 00:53:33 +0000 |
| commit | 07ed6984084e015bffc60d7e359de7ebf09e9cde (patch) | |
| tree | d6e9a270f540498b2d446e56c43f973a72a4984e /src/inkscape.rc | |
| parent | Open development for the 0.92 series (diff) | |
| download | inkscape-07ed6984084e015bffc60d7e359de7ebf09e9cde.tar.gz inkscape-07ed6984084e015bffc60d7e359de7ebf09e9cde.zip | |
Fix version numbers
(bzr r13643)
Diffstat (limited to 'src/inkscape.rc')
| -rw-r--r-- | src/inkscape.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc index 5b3e39385..92d38f60e 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,92,0,0 - PRODUCTVERSION 0,92,0,0 + FILEVERSION 0,91,0,9 + PRODUCTVERSION 0,91,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.92+devel" + VALUE "FileVersion", "0.91+devel" VALUE "InternalName", "Inkscape" VALUE "LegalCopyright", "© 2014 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92+devel" + VALUE "ProductVersion", "0.91+devel" END END BLOCK "VarFileInfo" |
