summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-27 21:29:51 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-27 21:29:51 (GMT)
commit79990d84c0f50dd1c64a56dc6670e3478088cf66 (patch)
tree5facde75b05131caad1cb0b65eeeb69675a0c580
parent80bab2c09a8976edd67e6fd5f6442a7573eb40e2 (diff)
downloadblt-79990d84c0f50dd1c64a56dc6670e3478088cf66.zip
blt-79990d84c0f50dd1c64a56dc6670e3478088cf66.tar.gz
blt-79990d84c0f50dd1c64a56dc6670e3478088cf66.tar.bz2
up version numbers
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/macos/SAOImageDS9.app/Contents/Info.plist6
-rw-r--r--ds9/win/ds9.rc6
-rw-r--r--make.include2
4 files changed, 8 insertions, 8 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 168d447..1f4b8d5 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}
+ set ds9(version) {7.7 b1}
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 7c25717..28d27a6 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.6
+ <string>"SAOImageDS9 7.7b1
Copyright 1999-2018
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.6</string>
+ <string>7.7b1</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>7.6</string>
+ <string>7.7b1</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index 4795870..4f6d050 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,10 +1,10 @@
#include <windows.h>
-#define VV "7.6"
+#define VV "7.7b1"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,6,0,0
- PRODUCTVERSION 7,6,0,0
+ FILEVERSION 7,7,0,0
+ PRODUCTVERSION 7,7,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
diff --git a/make.include b/make.include
index 81b7e26..bac0215 100644
--- a/make.include
+++ b/make.include
@@ -22,7 +22,7 @@
# libxslt 1.1.29
# openssl 1.0.2k
-DS9_VERSION = 7.6
+DS9_VERSION = 7.7b1
XPA_VERSION = 2.1.17
TCL_VERSION = 8.6