From 76859fcafcbd024cb2ea5a200fbf361e906d1fac Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 29 May 2017 16:23:00 -0400 Subject: up version number --- 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 dbf0b52..697a3da 100755 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -8,7 +8,7 @@ proc DS9Def {} { set ds9(title) "$ds9(app)" # for beta version, MUST have space - set ds9(version) {7.6 b2} + set ds9(version) {7.6 b3} 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 b1dd399..463abda 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 7.6b2 + "SAOImageDS9 7.6b3 Copyright 1999-2017 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 7.6b2 + 7.6b3 CFBundleSignature DS9 CFBundleVersion - 7.6b2 + 7.6b3 NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 2b806bf..b73cc99 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include -#define VV "7.6b2" +#define VV "7.6b3" VS_VERSION_INFO VERSIONINFO FILEVERSION 7,6,0,0 diff --git a/make.include b/make.include index 7192c48..99cd0c3 100644 --- a/make.include +++ b/make.include @@ -23,7 +23,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 7.6b2 +DS9_VERSION = 7.6b3 XPA_VERSION = 2.1.17 TCL_VERSION = 8.6 -- cgit v0.12