diff options
| author | Chris Morgan <chris.morganiser@gmail.com> | 2010-09-04 00:35:24 +0000 |
|---|---|---|
| committer | Chris Morgan <chris.morganiser@gmail.com> | 2010-09-04 00:35:24 +0000 |
| commit | 3c0288f279d763f715e6a8b9e4ad6826a819754b (patch) | |
| tree | 8fbacdf16b6196a5e2dc129955768caa37ab9a0f | |
| parent | Translations. Inkscape.pot update; French translation update. (diff) | |
| download | inkscape-3c0288f279d763f715e6a8b9e4ad6826a819754b.tar.gz inkscape-3c0288f279d763f715e6a8b9e4ad6826a819754b.zip | |
Updated Win32 executable VersionInfo tables for 0.48+devel.
(bzr r9741)
| -rw-r--r-- | src/inkscape.rc | 10 | ||||
| -rw-r--r-- | src/inkview.rc | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc index 9163658f0..08746aa77 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,47,0,9 - PRODUCTVERSION 0,47,0,9 + FILEVERSION 0,48,0,9 + PRODUCTVERSION 0,48,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.47+devel" + VALUE "FileVersion", "0.48+devel" VALUE "InternalName", "Inkscape" - VALUE "LegalCopyright", "© 2009 Inkscape" + VALUE "LegalCopyright", "© 2010 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.47+devel" + VALUE "ProductVersion", "0.48+devel" END END BLOCK "VarFileInfo" diff --git a/src/inkview.rc b/src/inkview.rc index 390f4fb07..b2d3da7bc 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,47,0,9
- PRODUCTVERSION 0,47,0,9
+ FILEVERSION 0,48,0,9
+ PRODUCTVERSION 0,48,0,9
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.47+devel"
+ VALUE "FileVersion", "0.48+devel"
VALUE "InternalName", "Inkview"
- VALUE "LegalCopyright", "© 2009 Inkscape"
+ VALUE "LegalCopyright", "© 2010 Inkscape"
VALUE "ProductName", "Inkview"
- VALUE "ProductVersion", "0.47+devel"
+ VALUE "ProductVersion", "0.48+devel"
END
END
BLOCK "VarFileInfo"
|
