diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-08 23:51:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-08 23:51:02 -0700 |
commit | 83eb64a9ef5281a28378af8cb252ec5329b0d142 (patch) | |
tree | 43de2f48b5c0c05c1c206f84251eabccffe5a5b2 /packaging | |
parent | 8e8a631cbc354e47c94913f4e82295cea13b3892 (diff) | |
parent | dddcd1016218a1b9b9662be078665e24d46efbac (diff) | |
download | subsurface-83eb64a9ef5281a28378af8cb252ec5329b0d142.tar.gz |
Merge http://github.com/thiagomacieira/subsurface
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macosx/Info.plist.in | 2 | ||||
-rw-r--r-- | packaging/windows/subsurface.rc | 25 |
2 files changed, 1 insertions, 26 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in index a623303a1..5e094401a 100644 --- a/packaging/macosx/Info.plist.in +++ b/packaging/macosx/Info.plist.in @@ -17,6 +17,6 @@ <key>CFBundleInfoDictionaryVersion</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>CFBUNDLEVERSION_TOKEN</string> + <string>@SHORT_VERSION@</string> </dict> </plist> diff --git a/packaging/windows/subsurface.rc b/packaging/windows/subsurface.rc deleted file mode 100644 index af79f6de9..000000000 --- a/packaging/windows/subsurface.rc +++ /dev/null @@ -1,25 +0,0 @@ -1 VERSIONINFO -FILEVERSION 1,1,0,0 -PRODUCTVERSION 1,1,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "080904E4" - BEGIN - VALUE "CompanyName", "subsurface team" - VALUE "FileDescription", "subsurface dive log" - VALUE "FileVersion", "1.1" - VALUE "InternalName", "subsurface" - VALUE "LegalCopyright", "Linus Torvalds, Dirk Hohndel and others" - VALUE "OriginalFilename", "subsurface.exe" - VALUE "ProductName", "subsurface" - VALUE "ProductVersion", "1.1" - END - END - - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x809, 1252 - END -END -ID ICON "subsurface.ico"
\ No newline at end of file |