diff options
| author | Chris Morgan <chris.morganiser@gmail.com> | 2009-11-29 19:25:55 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-11-29 19:25:55 +0000 |
| commit | 8c9f8317c6c8b86eaee8af1afb05e9dee47479a4 (patch) | |
| tree | 8bfdeaea1d4e2bd55ee3ad03d112874028d84af3 /src/inkview.rc | |
| parent | Setting some more version numbers (diff) | |
| download | inkscape-8c9f8317c6c8b86eaee8af1afb05e9dee47479a4.tar.gz inkscape-8c9f8317c6c8b86eaee8af1afb05e9dee47479a4.zip | |
Updated version files that were missed.
(bzr r8833.1.9)
Diffstat (limited to 'src/inkview.rc')
| -rw-r--r-- | src/inkview.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/inkview.rc b/src/inkview.rc index 9f643eb4c..7a02bf11a 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,46,0,0
- PRODUCTVERSION 0,46,0,0
+ FILEVERSION 0,47,0,0
+ PRODUCTVERSION 0,47,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.46.0"
+ VALUE "FileVersion", "0.47"
VALUE "InternalName", "Inkview"
- VALUE "LegalCopyright", "© 2007 Inkscape"
+ VALUE "LegalCopyright", "© 2009 Inkscape"
VALUE "ProductName", "Inkview"
- VALUE "ProductVersion", "0.46.0"
+ VALUE "ProductVersion", "0.47"
END
END
BLOCK "VarFileInfo"
|
