diff options
| author | Adib Taraben <theadib@gmail.com> | 2014-08-17 17:54:40 +0000 |
|---|---|---|
| committer | theAdib <theadib@gmail.com> | 2014-08-17 17:54:40 +0000 |
| commit | 14d13e15abbe4b955c0705c056cc082df7e82290 (patch) | |
| tree | 6f6c814e6f2f1eb230d6ebfde6b894860bef6d63 /src/inkscape.rc | |
| parent | Similar workaround to r13523 (text&font dialog not appearing quickly) (diff) | |
| download | inkscape-14d13e15abbe4b955c0705c056cc082df7e82290.tar.gz inkscape-14d13e15abbe4b955c0705c056cc082df7e82290.zip | |
fix build problem for win32 due to syntax problem in .rc files after tagging pre2
(bzr r13526)
Diffstat (limited to 'src/inkscape.rc')
| -rw-r--r-- | src/inkscape.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc index 2c2c0112b..689653f74 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,91pre2,0,0 - PRODUCTVERSION 0,91pre2,0,0 + FILEVERSION 0,91,0,0 + PRODUCTVERSION 0,91,0,0 BEGIN BLOCK "StringFileInfo" BEGIN |
