From c81a332453d6415d84cfac2149faafa1c560e4d0 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 22 Aug 2018 15:01:39 -0400 Subject: up version number --- ds9/doc/release/r8.0.html | 4 +++- ds9/library/ds9.tcl | 2 +- ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 +++--- ds9/win/ds9.rc | 2 +- make.include | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ds9/doc/release/r8.0.html b/ds9/doc/release/r8.0.html index 9ac73b4..4852933 100644 --- a/ds9/doc/release/r8.0.html +++ b/ds9/doc/release/r8.0.html @@ -31,7 +31,9 @@
  • 07.20.2018 BIN: fixed an issue introduced in version 7.6 where repeat bin calls incorrectly scaled markers and contours.
  • 07.31.2018 REGION: fixed an problem introduced in version 7.6 with angles with a wcs which is flipped in X.
  • 08.06.2018 GUI: fixed an problem introduced in version 7.6 with bracket filename options in standard dialog boxes.
  • -
  • xx.xx.2018 RELEASE version 8.0b1
  • +
  • 08.22.2018 WCS: reimplemented all wcs support based on AST.
  • +
  • 08.22.2018 CUBE: plot3d current slice is coordinated with cube dialog box.
  • +
  • 09.03.2018 RELEASE version 8.0rc
  • diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index a43ab71..855525c 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 b1} + set ds9(version) {8.0 rc} 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 edec4b1..6d17820 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.0b1 + "SAOImageDS9 8.0rc Copyright 1999-2018 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 8.0b1 + 8.0rc CFBundleSignature DS9 CFBundleVersion - 8.0b1 + 8.0rc NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 3bc876d..e442407 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include -#define VV "8.0b1" +#define VV "8.0rc" VS_VERSION_INFO VERSIONINFO FILEVERSION 8,0,0,0 diff --git a/make.include b/make.include index 1340de6..d37f444 100644 --- a/make.include +++ b/make.include @@ -21,7 +21,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 8.0b1 +DS9_VERSION = 8.0rc XPA_VERSION = 2.1.18 TCL_VERSION = 8.6 -- cgit v0.12