From 6b72b824ed457ed259f2d414b515ec7ec7dc5762 Mon Sep 17 00:00:00 2001 From: William Joye Date: Sat, 20 Oct 2018 13:21:41 -0400 Subject: update version --- ds9/library/ds9.tcl | 2 +- ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 +++--- ds9/win/ds9.rc | 2 +- make.include | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index ae97a47..24f0881 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 rc6} + set ds9(version) {8.0} 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 69a5649..d41fb7b 100644 --- a/ds9/macos/SAOImageDS9.app/Contents/Info.plist +++ b/ds9/macos/SAOImageDS9.app/Contents/Info.plist @@ -35,7 +35,7 @@ CFBundleExecutable ds9 CFBundleGetInfoString - "SAOImageDS9 8.0rc6 + "SAOImageDS9 8.0 Copyright 1999-2018 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 8.0rc6 + 8.0 CFBundleSignature DS9 CFBundleVersion - 8.0rc6 + 8.0 NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 6250834..0a0050d 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include -#define VV "8.0rc6" +#define VV "8.0" VS_VERSION_INFO VERSIONINFO FILEVERSION 8,0,0,0 diff --git a/make.include b/make.include index 9112350..f9a3b55 100644 --- a/make.include +++ b/make.include @@ -21,7 +21,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 8.0rc6 +DS9_VERSION = 8.0 XPA_VERSION = 2.1.18 TCL_VERSION = 8.6 -- cgit v0.12 From 33d6d88b4ec558468e97080c989c517dfd9f6fcc Mon Sep 17 00:00:00 2001 From: William Joye Date: Sat, 20 Oct 2018 13:30:59 -0400 Subject: update version --- ds9/doc/release/r8.0.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index d30d785..b969c7e 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -97,6 +97,7 @@ incorrectly calculating an index into the data cube.
  • 10.17.2018 SAMP: reset http token in case of error.
  • 10.17.2018 CUBE: fixed an issue with properly rounding slice number.
  • 10.18.2018 RELEASE version 8.0rc6
  • +
  • 12.15.2018 RELEASE version 8.0
  • -- cgit v0.12