summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-15 18:00:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-15 18:00:09 (GMT)
commitcffcd86654d0e32c14385dde36fa74a0e837595d (patch)
treefab2fe1677a7c562755b53fdb99a784a9f5962dd /ds9
parentd115b1d579b2ce618d598813a2e1795c8d2500cf (diff)
downloadblt-cffcd86654d0e32c14385dde36fa74a0e837595d.zip
blt-cffcd86654d0e32c14385dde36fa74a0e837595d.tar.gz
blt-cffcd86654d0e32c14385dde36fa74a0e837595d.tar.bz2
update version number
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.rc6
3 files changed, 7 insertions, 7 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 24f0881..a43ab71 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}
+ set ds9(version) {8.0 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 d41fb7b..cd4d125 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.0
+ <string>"SAOImageDS9 8.1b1
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.0</string>
+ <string>8.1b1</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>8.0</string>
+ <string>8.1b1</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index 0a0050d..43bf834 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,10 +1,10 @@
#include <windows.h>
-#define VV "8.0"
+#define VV "8.1b1"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,0,0,0
- PRODUCTVERSION 8,0,0,0
+ FILEVERSION 8,1,0,0
+ PRODUCTVERSION 8,1,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32