diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-06-30 15:28:24 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-06-30 15:28:24 (GMT) |
commit | ecf3cf407ecf8f5f853811fdec88efa00a98b9a5 (patch) | |
tree | 2d03af44367167b4c1a8fb8fdc6ba7c86ea5e81e | |
parent | 8a2fd57024942c0093fa06113233ac77ebc57a03 (diff) | |
download | blt-ecf3cf407ecf8f5f853811fdec88efa00a98b9a5.zip blt-ecf3cf407ecf8f5f853811fdec88efa00a98b9a5.tar.gz blt-ecf3cf407ecf8f5f853811fdec88efa00a98b9a5.tar.bz2 |
bump version number
-rw-r--r-- | ds9/library/ds9.tcl | 2 | ||||
-rw-r--r-- | ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 | ||||
-rw-r--r-- | ds9/win/ds9.rc | 2 | ||||
-rw-r--r-- | make.include | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index f93aced..195f8c0 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -8,7 +8,7 @@ proc DS9Def {} { set ds9(title) "$ds9(app)" # for beta version, MUST have space - set ds9(version) {7.6 b3} + set ds9(version) {7.6 b4} set ds9(top) . set ds9(mb) .mb diff --git a/ds9/macos/SAOImageDS9.app/Contents/Info.plist b/ds9/macos/SAOImageDS9.app/Contents/Info.plist index 463abda..27bac74 100644 --- a/ds9/macos/SAOImageDS9.app/Contents/Info.plist +++ b/ds9/macos/SAOImageDS9.app/Contents/Info.plist @@ -35,7 +35,7 @@ <key>CFBundleExecutable</key> <string>ds9</string> <key>CFBundleGetInfoString</key> - <string>"SAOImageDS9 7.6b3 + <string>"SAOImageDS9 7.6b4 Copyright 1999-2017 Smithsonian Astrophysical Observatory"</string> <key>CFBundleIconFile</key> @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory"</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>7.6b3</string> + <string>7.6b4</string> <key>CFBundleSignature</key> <string>DS9</string> <key>CFBundleVersion</key> - <string>7.6b3</string> + <string>7.6b4</string> <key>NSHighResolutionCapable</key> <string>True</string> <key>LSMinimumSystemVersion</key> diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index b73cc99..7ea8194 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include <windows.h> -#define VV "7.6b3" +#define VV "7.6b4" VS_VERSION_INFO VERSIONINFO FILEVERSION 7,6,0,0 diff --git a/make.include b/make.include index 8f852d0..a5302b0 100644 --- a/make.include +++ b/make.include @@ -23,7 +23,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 7.6b3 +DS9_VERSION = 7.6b4 XPA_VERSION = 2.1.17 TCL_VERSION = 8.6 |