summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2020-02-14 16:48:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2020-02-14 16:48:43 (GMT)
commitf97c74104635515e70afc33c2c0bd02ff894859b (patch)
tree48dc4ce71c7b20a0ff5749b1c9637914a2cecc78 /ds9
parent5f28a787fc9f5b1b2aad57ef980e8ae50cede3db (diff)
downloadblt-f97c74104635515e70afc33c2c0bd02ff894859b.zip
blt-f97c74104635515e70afc33c2c0bd02ff894859b.tar.gz
blt-f97c74104635515e70afc33c2c0bd02ff894859b.tar.bz2
update version number
Diffstat (limited to 'ds9')
-rw-r--r--ds9/doc/release/r8.2.html2
-rw-r--r--ds9/macos/SAOImageDS9.app/Contents/Info.plist8
-rw-r--r--ds9/win/ds9.rc4
3 files changed, 7 insertions, 7 deletions
diff --git a/ds9/doc/release/r8.2.html b/ds9/doc/release/r8.2.html
index 4344cb5..e780b47 100644
--- a/ds9/doc/release/r8.2.html
+++ b/ds9/doc/release/r8.2.html
@@ -28,7 +28,7 @@
<li><tt>01.15.2020 WCS: add a check to verify that AST has successfully parsed a WCS header before using.</tt></li>
<li><tt>01.24.2020 FOOTPRINT: add support for CXC and HLA footprint servers.</tt
<li><tt>02.10.2020 CATALOG: fixed a problem with the CDS ref id for GAIA and IRAS catalogs.</tt></li>
-<li><tt><b>02.18.2020 RELEASE version 8.2b1</b></tt></li>
+<li><tt><b>02.17.2020 RELEASE version 8.2b1</b></tt></li>
</ol>
</div>
</body>
diff --git a/ds9/macos/SAOImageDS9.app/Contents/Info.plist b/ds9/macos/SAOImageDS9.app/Contents/Info.plist
index fab273a..87337e3 100644
--- a/ds9/macos/SAOImageDS9.app/Contents/Info.plist
+++ b/ds9/macos/SAOImageDS9.app/Contents/Info.plist
@@ -35,8 +35,8 @@
<key>CFBundleExecutable</key>
<string>ds9</string>
<key>CFBundleGetInfoString</key>
- <string>"SAOImageDS9 8.2
-Copyright 1999-2019
+ <string>"SAOImageDS9 8.2b1
+Copyright 1999-2020
Smithsonian Astrophysical Observatory"</string>
<key>CFBundleIconFile</key>
<string>App.icns</string>
@@ -61,11 +61,11 @@ Smithsonian Astrophysical Observatory"</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>8.2</string>
+ <string>8.2b1</string>
<key>CFBundleSignature</key>
<string>DS9</string>
<key>CFBundleVersion</key>
- <string>8.2</string>
+ <string>8.2b1</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc
index 082f26e..6c9bc49 100644
--- a/ds9/win/ds9.rc
+++ b/ds9/win/ds9.rc
@@ -1,6 +1,6 @@
#include <windows.h>
-#define VV "8.2"
+#define VV "8.2b1"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 8,2,0,0
@@ -19,7 +19,7 @@ BEGIN
VALUE "OriginalFilename", "ds9.exe"
VALUE "CompanyName", "Smithsonian Astrophysical Observatory"
VALUE "FileVersion", VV
- VALUE "LegalCopyright", "Copyright 1999-2019 by Smithsonian Astrophysical Observatory"
+ VALUE "LegalCopyright", "Copyright 1999-2020 by Smithsonian Astrophysical Observatory"
VALUE "ProductName", "SAOImageDS9"
VALUE "ProductVersion", VV
END