summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-10-18 18:33:08 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-10-18 18:33:08 (GMT)
commit58fe90ad77b31ef0ac2dac755c191f0614e39719 (patch)
tree5df2dfff0e92e94c928d42e404dc433186a980e4 /ds9
parent76802622b5ebd2db66bab914b11b3fbc4c3232ed (diff)
downloadblt-58fe90ad77b31ef0ac2dac755c191f0614e39719.zip
blt-58fe90ad77b31ef0ac2dac755c191f0614e39719.tar.gz
blt-58fe90ad77b31ef0ac2dac755c191f0614e39719.tar.bz2
up version numbers
Diffstat (limited to 'ds9')
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/macos/SAOImageDS9.app/Contents/Info.plist8
-rw-r--r--ds9/win/ds9.rc2
3 files changed, 6 insertions, 6 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 586d49f..fa8991c 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 b7}
+ set ds9(version) {7.6 b8}
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 0ad37fd..6a4b3ec 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.6b7
+ <string>"SAOImageDS9 7.6b8
Copyright 1999-2017
Smithsonian Astrophysical Observatory"</string>
<key>CFBundleIconFile</key>
@@ -49,15 +49,15 @@ Smithsonian Astrophysical Observatory"</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>7.6b7</string>
+ <string>7.6b8</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>7.6b7</string>
+ <string>7.6b8</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
- <string>10.8.0</string>
+ <string>10.9.0</string>
<key>LSRequiresCarbon</key>
<true/>
<key>LSEnvironment</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index 89579dd..8bbeff6 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,6 +1,6 @@
#include <windows.h>
-#define VV "7.6b7"
+#define VV "7.6b8"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 7,6,0,0