From 4121637f3d41d6dc23e6543a445b5a3aed9e6ddc Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 2 Nov 2016 14:02:59 -0400 Subject: update version number --- ds9/library/ds9.tcl | 2 +- ds9/macosx/SAOImage DS9.app/Contents/Info.plist | 6 +++--- ds9/win/ds9.rc | 6 +++--- make.pkgs | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index f1405df..b95d98f 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.5 rc2} + set ds9(version) {7.6b1} set ds9(top) . set ds9(mb) .mb diff --git a/ds9/macosx/SAOImage DS9.app/Contents/Info.plist b/ds9/macosx/SAOImage DS9.app/Contents/Info.plist index af4d70f..6f5f3d9 100644 --- a/ds9/macosx/SAOImage DS9.app/Contents/Info.plist +++ b/ds9/macosx/SAOImage DS9.app/Contents/Info.plist @@ -35,7 +35,7 @@ CFBundleExecutable ds9 CFBundleGetInfoString - "SAOImage DS9 7.5rc2 + "SAOImage DS9 7.6b1 Copyright 1999-2016 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 7.5rc2 + 7.6b1 CFBundleSignature DS9 CFBundleVersion - 7.5rc2 + 7.6b1 NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 8e654d8..76600b9 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,10 +1,10 @@ #include -#define VV "7.5rc2" +#define VV "7.6b1" VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,5,0,0 - PRODUCTVERSION 7,5,0,0 + FILEVERSION 7,6,0,0 + PRODUCTVERSION 7,6,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS__WINDOWS32 diff --git a/make.pkgs b/make.pkgs index 4658fba..357e8b1 100644 --- a/make.pkgs +++ b/make.pkgs @@ -1,6 +1,6 @@ #--------------------------basic -DS9VERSION=7.5rc2 +DS9VERSION=7.6b1 XPAVERSION=2.1.17 #--------------------------version @@ -11,7 +11,7 @@ XPAVERSION=2.1.17 # tclsignal 1.4 # tclzvfs 1.0 # tclxml 3.2 -# tcllib 1.15 +# tcllib 1.18 # xpa 2.1.18 # tkblt 3.2.3 # tktable 2.10 -- cgit v0.12