summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-01-02 22:19:14 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-01-02 22:19:14 (GMT)
commit04fcf75810176f679528cf0013a56cf30e08372d (patch)
treebcf6e882332b35455b6f21054e58f3b272f9ba1d /ds9
parent8372152a43ff390a2ccf16a67e44c08774fc7be8 (diff)
downloadblt-04fcf75810176f679528cf0013a56cf30e08372d.zip
blt-04fcf75810176f679528cf0013a56cf30e08372d.tar.gz
blt-04fcf75810176f679528cf0013a56cf30e08372d.tar.bz2
up version number
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/macos/SAOImageDS9.app/Contents/Info.plist6
-rw-r--r--ds9/win/ds9.rc2
3 files changed, 5 insertions, 5 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index be32baa..247cf67 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 b9}
+ set ds9(version) {7.6 rc}
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 65d1451..d9bf9cf 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.6b9
+ <string>"SAOImageDS9 7.6rc
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.6b9</string>
+ <string>7.6rc</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>7.6b9</string>
+ <string>7.6rc</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index bab18bf..26fc3b7 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,6 +1,6 @@
#include <windows.h>
-#define VV "7.6b9"
+#define VV "7.6rc"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,6,0,0