summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xds9/library/ds9.tcl2
-rw-r--r--ds9/macosx/SAOImage DS9.app/Contents/Info.plist6
-rw-r--r--ds9/win/ds9.rc6
-rw-r--r--make.pkgs4
4 files changed, 9 insertions, 9 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index f1405df..b95d98f 100755
--- 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.5 rc2}
+ set ds9(version) {7.6b1}
set ds9(top) .
set ds9(mb) .mb
diff --git a/ds9/macosx/SAOImage DS9.app/Contents/Info.plist b/ds9/macosx/SAOImage DS9.app/Contents/Info.plist
index af4d70f..6f5f3d9 100644
--- a/ds9/macosx/SAOImage DS9.app/Contents/Info.plist
+++ b/ds9/macosx/SAOImage DS9.app/Contents/Info.plist
@@ -35,7 +35,7 @@
<key>CFBundleExecutable</key>
<string>ds9</string>
<key>CFBundleGetInfoString</key>
- <string>"SAOImage DS9 7.5rc2
+ <string>"SAOImage DS9 7.6b1
Copyright 1999-2016
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.5rc2</string>
+ <string>7.6b1</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>7.5rc2</string>
+ <string>7.6b1</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index 8e654d8..76600b9 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,10 +1,10 @@
#include <windows.h>
-#define VV "7.5rc2"
+#define VV "7.6b1"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,5,0,0
- PRODUCTVERSION 7,5,0,0
+ FILEVERSION 7,6,0,0
+ PRODUCTVERSION 7,6,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
diff --git a/make.pkgs b/make.pkgs
index 4658fba..357e8b1 100644
--- a/make.pkgs
+++ b/make.pkgs
@@ -1,6 +1,6 @@
#--------------------------basic
-DS9VERSION=7.5rc2
+DS9VERSION=7.6b1
XPAVERSION=2.1.17
#--------------------------version
@@ -11,7 +11,7 @@ XPAVERSION=2.1.17
# tclsignal 1.4
# tclzvfs 1.0
# tclxml 3.2
-# tcllib 1.15
+# tcllib 1.18
# xpa 2.1.18
# tkblt 3.2.3
# tktable 2.10