diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-02-12 17:00:17 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-02-12 17:00:17 (GMT) |
commit | 3f9253d031aec08c0e9721682de7225d6ef1ea04 (patch) | |
tree | b381a2f7cf4174c548dec17d01d9e4e25a8f9b1a | |
parent | ae3965528faa615e0a2dbf8b79ba523ff0bc3391 (diff) | |
download | blt-3f9253d031aec08c0e9721682de7225d6ef1ea04.zip blt-3f9253d031aec08c0e9721682de7225d6ef1ea04.tar.gz blt-3f9253d031aec08c0e9721682de7225d6ef1ea04.tar.bz2 |
up 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 276fb0d..d666501 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -13,7 +13,7 @@ proc DS9Def {} { } # for beta version, MUST have space - set ds9(version) {7.6 rc} + set ds9(version) {7.6} 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 d9bf9cf..a96e625 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.6rc + <string>"SAOImageDS9 7.6 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.6rc</string> + <string>7.6</string> <key>CFBundleSignature</key> <string>DS9</string> <key>CFBundleVersion</key> - <string>7.6rc</string> + <string>7.6</string> <key>NSHighResolutionCapable</key> <string>True</string> <key>LSMinimumSystemVersion</key> diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 26fc3b7..aa4ce4b 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include <windows.h> -#define VV "7.6rc" +#define VV "7.6" VS_VERSION_INFO VERSIONINFO FILEVERSION 7,6,0,0 diff --git a/make.include b/make.include index f661d6b..81b7e26 100644 --- a/make.include +++ b/make.include @@ -22,7 +22,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 7.6rc +DS9_VERSION = 7.6 XPA_VERSION = 2.1.17 TCL_VERSION = 8.6 |