summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-05-16 20:34:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-05-16 20:34:15 (GMT)
commit4dd728c5e78042657c7bb8f0bd4e3fb2433fefa2 (patch)
treea4f65c51fa51c18fb0d8a0fef2b0c6bee3b154ac /ds9
parent94ea7893a7ca9a43083cfca57e65e335cfe7bda9 (diff)
downloadblt-4dd728c5e78042657c7bb8f0bd4e3fb2433fefa2.zip
blt-4dd728c5e78042657c7bb8f0bd4e3fb2433fefa2.tar.gz
blt-4dd728c5e78042657c7bb8f0bd4e3fb2433fefa2.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.plist6
-rw-r--r--ds9/win/ds9.rc2
3 files changed, 5 insertions, 5 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 8aa85bf..5e4b207 100644
--- a/ds9/library/ds9.tcl
+++ b/ds9/library/ds9.tcl
@@ -15,7 +15,7 @@ proc DS9Def {} {
# Must be major,minor
set ds9(version) {8.1}
# For display purposes only
- set ds9(version,display) {8.1b1}
+ set ds9(version,display) {8.1b2}
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 5183ef4..0f2e616 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.1b1
+ <string>"SAOImageDS9 8.1b2
Copyright 1999-2019
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.1b1</string>
+ <string>8.1b2</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>8.1b1</string>
+ <string>8.1b2</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index 7c792d2..e9f8050 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,6 +1,6 @@
#include <windows.h>
-#define VV "8.1b1"
+#define VV "8.1b2"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,1,0,0