From 79990d84c0f50dd1c64a56dc6670e3478088cf66 Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 27 Feb 2018 16:29:51 -0500 Subject: up version numbers --- ds9/library/ds9.tcl | 2 +- ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 +++--- ds9/win/ds9.rc | 6 +++--- make.include | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index 168d447..1f4b8d5 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) {7.6} + set ds9(version) {7.7 b1} 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 7c25717..28d27a6 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.6 + "SAOImageDS9 7.7b1 Copyright 1999-2018 Smithsonian Astrophysical Observatory" CFBundleIconFile @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory" CFBundlePackageType APPL CFBundleShortVersionString - 7.6 + 7.7b1 CFBundleSignature DS9 CFBundleVersion - 7.6 + 7.7b1 NSHighResolutionCapable True LSMinimumSystemVersion diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 4795870..4f6d050 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,10 +1,10 @@ #include -#define VV "7.6" +#define VV "7.7b1" VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,6,0,0 - PRODUCTVERSION 7,6,0,0 + FILEVERSION 7,7,0,0 + PRODUCTVERSION 7,7,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS__WINDOWS32 diff --git a/make.include b/make.include index 81b7e26..bac0215 100644 --- a/make.include +++ b/make.include @@ -22,7 +22,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 7.6 +DS9_VERSION = 7.7b1 XPA_VERSION = 2.1.17 TCL_VERSION = 8.6 -- cgit v0.12