diff options
| author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2007-12-22 18:26:14 +0000 |
|---|---|---|
| committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | 2007-12-22 18:26:14 +0000 |
| commit | 608945a24b117d70edff78cc787d78440f4a5f82 (patch) | |
| tree | 3c37f7edc6d9afb415096a2e545a668fca4379c3 /src | |
| parent | 1) solve bug #177995 (diff) | |
| download | inkscape-608945a24b117d70edff78cc787d78440f4a5f82.tar.gz inkscape-608945a24b117d70edff78cc787d78440f4a5f82.zip | |
Updated the version numbers in the .rc files
(bzr r4276)
Diffstat (limited to 'src')
| -rw-r--r-- | src/inkscape.rc | 8 | ||||
| -rw-r--r-- | src/inkview.rc | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/inkscape.rc b/src/inkscape.rc index 225d95180..3e5b61548 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,45,1,0 - PRODUCTVERSION 0,45,1,0 + FILEVERSION 0,46,0,0 + PRODUCTVERSION 0,46,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.45.1" + VALUE "FileVersion", "0.46.0" VALUE "InternalName", "Inkscape" VALUE "LegalCopyright", "© 2007 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.45.1" + VALUE "ProductVersion", "0.46.0" END END BLOCK "VarFileInfo" diff --git a/src/inkview.rc b/src/inkview.rc index 1dcd103f8..245bdc68b 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,45,1,0
- PRODUCTVERSION 0,45,1,0
+ FILEVERSION 0,46,0,0
+ PRODUCTVERSION 0,46,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.45.1"
+ VALUE "FileVersion", "0.46.0"
VALUE "InternalName", "Inkview"
VALUE "LegalCopyright", "© 2007 Inkscape"
VALUE "ProductName", "Inkview"
- VALUE "ProductVersion", "0.45.1"
+ VALUE "ProductVersion", "0.46.0"
END
END
BLOCK "VarFileInfo"
|
