Skip to content

Commit

Permalink
updated version strings to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aiche committed Dec 10, 2010
1 parent 3525f46 commit ee5d1db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PROJECT("OpenMS")

set(OPENMS_PACKAGE_VERSION_MAJOR "1")
set(OPENMS_PACKAGE_VERSION_MINOR "7")
set(OPENMS_PACKAGE_VERSION_PATCH "0")
set(OPENMS_PACKAGE_VERSION_PATCH "1")

########################################################
### end manual entries ###
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<key>CFBundleExecutable</key>
<string>INIFileEditor</string>
<key>CFBundleGetInfoString</key>
<string>INIFileEditor - Version 1.7.0</string>
<string>INIFileEditor - Version 1.7.1</string>
<key>CFBundleIconFile</key>
<string>INIFileEditor.icns</string>
<key>CFBundleIdentifier</key>
<string>de.openms.INIFileEditor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleName</key>
<string>INIFileEditor</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions cmake/MacOSX/TOPPAS-resources/TOPPAS.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<key>CFBundleExecutable</key>
<string>TOPPAS</string>
<key>CFBundleGetInfoString</key>
<string>TOPPAS - Version 1.7.0</string>
<string>TOPPAS - Version 1.7.1</string>
<key>CFBundleIconFile</key>
<string>TOPPAS.icns</string>
<key>CFBundleIdentifier</key>
<string>de.openms.TOPPAS</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleName</key>
<string>TOPPAS</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
<key>CFBundleExecutable</key>
<string>TOPPView</string>
<key>CFBundleGetInfoString</key>
<string>TOPPView - Version 1.7.0</string>
<string>TOPPView - Version 1.7.1</string>
<key>CFBundleIconFile</key>
<string>TOPPView.icns</string>
<key>CFBundleIdentifier</key>
<string>de.openms.TOPPView</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleName</key>
<string>TOPPView</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.7.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ee5d1db

Please sign in to comment.