diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-08-25 13:31:56 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-08-25 13:31:56 +0000 |
| commit | 8b2e34c50bf8c3548ea7e87e0999fcae6c02fd0d (patch) | |
| tree | f27f167d056e6950c19300dc18905f39e7ea8fc0 /src | |
| parent | Inkview: C++ify (diff) | |
| download | inkscape-8b2e34c50bf8c3548ea7e87e0999fcae6c02fd0d.tar.gz inkscape-8b2e34c50bf8c3548ea7e87e0999fcae6c02fd0d.zip | |
[Bug #1616730] Bump trunk version to 0.92+devel.
Fixed bugs:
- https://launchpad.net/bugs/1616730
(bzr r15074)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape-x64.rc | 10 | ||||
| -rw-r--r-- | src/inkscape.rc | 10 | ||||
| -rw-r--r-- | src/inkview-x64.rc | 10 | ||||
| -rw-r--r-- | src/inkview.rc | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc index 2f4710a36..f5d3b5b99 100644 --- a/src/inkscape-x64.rc +++ b/src/inkscape-x64.rc @@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" 1 24 DISCARDABLE "./inkscape-manifest-x64.xml" 1 VERSIONINFO - FILEVERSION 0,92,0,0 - PRODUCTVERSION 0,92,0,0 + FILEVERSION 0,93,0,0 + PRODUCTVERSION 0,93,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.92pre1" + VALUE "FileVersion", "0.92+devel" VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2014 Inkscape" + VALUE "LegalCopyright", "© 2016 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92pre1" + VALUE "ProductVersion", "0.92+devel" END END BLOCK "VarFileInfo" diff --git a/src/inkscape.rc b/src/inkscape.rc index 087c5862d..ddb55ac30 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,93,0,0 + PRODUCTVERSION 0,93,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.92pre1" + VALUE "FileVersion", "0.92+devel" VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2014 Inkscape" + VALUE "LegalCopyright", "© 2016 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92pre1" + VALUE "ProductVersion", "0.92+devel" END END BLOCK "VarFileInfo" diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc index 465de4af1..397d9710f 100644 --- a/src/inkview-x64.rc +++ b/src/inkview-x64.rc @@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" 1 24 DISCARDABLE "./inkview-manifest-x64.xml" 1 VERSIONINFO - FILEVERSION 0,92,0,0 - PRODUCTVERSION 0,92,0,0 + FILEVERSION 0,93,0,0 + PRODUCTVERSION 0,93,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.92pre1" + VALUE "FileVersion", "0.92+devel" VALUE "InternalName", "Inkview" - VALUE "LegalCopyright", "© 2014 Inkscape" + VALUE "LegalCopyright", "© 2016 Inkscape" VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.92pre1" + VALUE "ProductVersion", "0.92+devel" END END BLOCK "VarFileInfo" diff --git a/src/inkview.rc b/src/inkview.rc index 34632bd14..5c439981a 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,92,0,0 - PRODUCTVERSION 0,92,0,0 + FILEVERSION 0,93,0,0 + PRODUCTVERSION 0,93,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.92pre1" + VALUE "FileVersion", "0.92+devel" VALUE "InternalName", "Inkview" - VALUE "LegalCopyright", "© 2014 Inkscape" + VALUE "LegalCopyright", "© 2016 Inkscape" VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.92pre1" + VALUE "ProductVersion", "0.92+devel" END END BLOCK "VarFileInfo" |
