diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-08-15 05:27:49 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2014-08-15 05:27:49 +0000 |
| commit | 2f2df21d0c1d977644578c74ac466bcb330f71e5 (patch) | |
| tree | 3a47ec07639bf54336961c494f94665ff83d6dd7 /src/inkview.rc | |
| parent | Fix some transformation center regressions, related to the viewbox/units changes (diff) | |
| download | inkscape-2f2df21d0c1d977644578c74ac466bcb330f71e5.tar.gz inkscape-2f2df21d0c1d977644578c74ac466bcb330f71e5.zip | |
Set pre-release version to 0.91pre2
(bzr r13513)
Diffstat (limited to 'src/inkview.rc')
| -rw-r--r-- | src/inkview.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/inkview.rc b/src/inkview.rc index fd7eb50a1..efbe2568b 100644 --- a/src/inkview.rc +++ b/src/inkview.rc @@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" 1 24 DISCARDABLE "./inkview-manifest.xml" 1 VERSIONINFO - FILEVERSION 0,48,0,9 - PRODUCTVERSION 0,48,0,9 + FILEVERSION 0,91pre2,0,0 + PRODUCTVERSION 0,91pre2,0,0 BEGIN BLOCK "StringFileInfo" BEGIN @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkview" - VALUE "FileVersion", "0.48+devel" + VALUE "FileVersion", "0.91pre2" VALUE "InternalName", "Inkview" VALUE "LegalCopyright", "© 2014 Inkscape" VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.48+devel" + VALUE "ProductVersion", "0.91pre2" END END BLOCK "VarFileInfo" |
