summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-09-19 17:39:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-09-19 17:39:09 (GMT)
commitd4bab727213e076cf8b3523f414c7d43623a556e (patch)
tree066bad4f77deb6121ebbdb05d78c8d5e845e82f3
parent5a266393c5d37468abefc9b42ad1be848668dc18 (diff)
downloadblt-d4bab727213e076cf8b3523f414c7d43623a556e.zip
blt-d4bab727213e076cf8b3523f414c7d43623a556e.tar.gz
blt-d4bab727213e076cf8b3523f414c7d43623a556e.tar.bz2
up version number
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/macos/SAOImageDS9.app/Contents/Info.plist6
-rw-r--r--ds9/win/ds9.rc2
-rw-r--r--make.include2
4 files changed, 6 insertions, 6 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 8a8b66c..6f8a8c4 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) {8.0 rc2}
+ set ds9(version) {8.0 rc3}
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 c1b2644..36182a3 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 8.0rc2
+ <string>"SAOImageDS9 8.0rc3
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>8.0rc2</string>
+ <string>8.0rc3</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>8.0rc2</string>
+ <string>8.0rc3</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index a009a5e..facc6e2 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,6 +1,6 @@
#include <windows.h>
-#define VV "8.0rc2"
+#define VV "8.0rc3"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,0,0,0
diff --git a/make.include b/make.include
index 05df0ea..a3c1bfb 100644
--- a/make.include
+++ b/make.include
@@ -21,7 +21,7 @@
# libxslt 1.1.29
# openssl 1.0.2k
-DS9_VERSION = 8.0rc2
+DS9_VERSION = 8.0rc3
XPA_VERSION = 2.1.18
TCL_VERSION = 8.6