diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-02-17 16:49:55 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-02-17 16:49:55 (GMT) |
commit | 480f12fe4a1803a328faae5e66c1ec0ee25f953d (patch) | |
tree | 71bfd2080ad5035e70257cec96d3b93137dff246 | |
parent | 48051840dc8c8d36248fb786822c1e791147d182 (diff) | |
download | blt-480f12fe4a1803a328faae5e66c1ec0ee25f953d.zip blt-480f12fe4a1803a328faae5e66c1ec0ee25f953d.tar.gz blt-480f12fe4a1803a328faae5e66c1ec0ee25f953d.tar.bz2 |
update version number
-rw-r--r-- | ds9/library/ds9.tcl | 2 | ||||
-rw-r--r-- | ds9/macos/SAOImageDS9.app/Contents/Info.plist | 6 | ||||
-rw-r--r-- | ds9/win/ds9.rc | 2 | ||||
-rw-r--r-- | make.include | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index 306f970..f7d1925 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -15,7 +15,7 @@ proc DS9Def {} { # Must be major,minor set ds9(version) {8.2} # For display purposes only - set ds9(version,display) {8.2b1} + set ds9(version,display) {8.2b2} 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 87337e3..a524c76 100644 --- a/ds9/macos/SAOImageDS9.app/Contents/Info.plist +++ b/ds9/macos/SAOImageDS9.app/Contents/Info.plist @@ -35,7 +35,7 @@ <key>CFBundleExecutable</key> <string>ds9</string> <key>CFBundleGetInfoString</key> - <string>"SAOImageDS9 8.2b1 + <string>"SAOImageDS9 8.2b2 Copyright 1999-2020 Smithsonian Astrophysical Observatory"</string> <key>CFBundleIconFile</key> @@ -61,11 +61,11 @@ Smithsonian Astrophysical Observatory"</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>8.2b1</string> + <string>8.2b2</string> <key>CFBundleSignature</key> <string>DS9</string> <key>CFBundleVersion</key> - <string>8.2b1</string> + <string>8.2b2</string> <key>NSHighResolutionCapable</key> <string>True</string> <key>LSMinimumSystemVersion</key> diff --git a/ds9/win/ds9.rc b/ds9/win/ds9.rc index 6c9bc49..c217323 100644 --- a/ds9/win/ds9.rc +++ b/ds9/win/ds9.rc @@ -1,6 +1,6 @@ #include <windows.h> -#define VV "8.2b1" +#define VV "8.2b2" VS_VERSION_INFO VERSIONINFO FILEVERSION 8,2,0,0 diff --git a/make.include b/make.include index 3e8622b..23fb659 100644 --- a/make.include +++ b/make.include @@ -22,7 +22,7 @@ # libxslt 1.1.29 # openssl 1.0.2k -DS9_VERSION = 8.2b1 +DS9_VERSION = 8.2b2 XPA_VERSION = 2.1.18 TCL_VERSION = 8.6 |