summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/doc/release/r8.0.html2
-rw-r--r--ds9/library/ds9.tcl2
-rw-r--r--ds9/macos/SAOImageDS9.app/Contents/Info.plist6
-rw-r--r--ds9/win/ds9.rc2
4 files changed, 7 insertions, 5 deletions
diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html
index 71b66df..59e0b22 100644
--- a/ds9/doc/release/r8.0.html
+++ b/ds9/doc/release/r8.0.html
@@ -83,6 +83,8 @@ incorrectly calculating an index into the data cube.</tt></li>
<li><tt>09.24.2018 BIN: use old style Einstein WCS keywords if present.</tt></li>
<li><tt>09.24.2018 PAN: tweak pan parser for backward compatibility.</tt></li>
<li><tt><b>09.25.2018 RELEASE version 8.0rc3</b></tt></li>
+<li><tt>09.26.2018 BIN: fixed old style Einstein WCS keyword CRVAL2.</tt></li>
+<li><tt><b>09.26.2018 RELEASE version 8.0rc4</b></tt></li>
</ol>
</div>
</body>
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 6f8a8c4..b9e83af 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 rc3}
+ set ds9(version) {8.0 rc4}
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 36182a3..c724d69 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.0rc3
+ <string>"SAOImageDS9 8.0rc4
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.0rc3</string>
+ <string>8.0rc4</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>8.0rc3</string>
+ <string>8.0rc4</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index facc6e2..91e3a4d 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,6 +1,6 @@
#include <windows.h>
-#define VV "8.0rc3"
+#define VV "8.0rc4"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,0,0,0