diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-11-02 18:02:59 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-11-02 18:02:59 (GMT) |
commit | 4121637f3d41d6dc23e6543a445b5a3aed9e6ddc (patch) | |
tree | e05f80f2bdd8455434646f956cee3c15925cac8d /ds9 | |
parent | f0f000ab2cdd4c64101958cca9ed8ab5c15781b2 (diff) | |
download | blt-4121637f3d41d6dc23e6543a445b5a3aed9e6ddc.zip blt-4121637f3d41d6dc23e6543a445b5a3aed9e6ddc.tar.gz blt-4121637f3d41d6dc23e6543a445b5a3aed9e6ddc.tar.bz2 |
update version number
Diffstat (limited to 'ds9')
-rwxr-xr-x | ds9/library/ds9.tcl | 2 | ||||
-rw-r--r-- | ds9/macosx/SAOImage DS9.app/Contents/Info.plist | 6 | ||||
-rw-r--r-- | ds9/win/ds9.rc | 6 |
3 files changed, 7 insertions, 7 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 @@ <key>CFBundleExecutable</key> <string>ds9</string> <key>CFBundleGetInfoString</key> - <string>"SAOImage DS9 7.5rc2 + <string>"SAOImage DS9 7.6b1 Copyright 1999-2016 Smithsonian Astrophysical Observatory"</string> <key>CFBundleIconFile</key> @@ -49,11 +49,11 @@ Smithsonian Astrophysical Observatory"</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>7.5rc2</string> + <string>7.6b1</string> <key>CFBundleSignature</key> <string>DS9</string> <key>CFBundleVersion</key> - <string>7.5rc2</string> + <string>7.6b1</string> <key>NSHighResolutionCapable</key> <string>True</string> <key>LSMinimumSystemVersion</key> 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 <windows.h> -#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 |