diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-08 19:49:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-08 19:49:01 -0700 |
commit | bae5e7cb172db5844d97bc60327ca87d12890375 (patch) | |
tree | 63945c775a503fbc9b0f5354a5065268e368decf | |
parent | 2802202aae142de5e118fcde0956ee4b5cf547a0 (diff) | |
download | subsurface-bae5e7cb172db5844d97bc60327ca87d12890375.tar.gz |
Preparing for 4.2.91 aka 4.3 RCv4.2.91
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | ReleaseNotes.txt | 9 | ||||
-rw-r--r-- | subsurface.pro | 2 |
3 files changed, 5 insertions, 8 deletions
@@ -1,4 +1,4 @@ -This is the README file for Subsurface 4.3 Beta 1 +This is the README file for Subsurface 4.3 RC Please check the ReleaseNotes.txt for details about new features and changes since Subsurface 4.2 diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e5555bbcc..be832e106 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ - Subsurface 4.3 Beta 1 - ===================== + Subsurface 4.3 RC + ================= Some of the changes since Subsurface 4.2 @@ -20,10 +20,7 @@ Some of the changes since Subsurface 4.2 - Better visualization of the gases used during a dive ("tank bar") - Ability to re-plan dives - Support for several new dive computers including the Suunto EON Steel, - Aeris A300 CD, Aeris F11 (Suunto EON Steel support is included with the - Windows binaries but requires a patched version of libdivecomputer when - building from source -- we expect the necessary patches to be upstream, - soon) + Aeris A300 CD, Aeris F11 - Import dive logs from Liquivision and Cochran software - Import dive logs from the Poseidon Mk6 CCR - Import dive logs from Suunto DM5 diff --git a/subsurface.pro b/subsurface.pro index 24aab3a0b..4e5e9a5d9 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -18,7 +18,7 @@ else: TARGET = subsurface QMAKE_CLEAN += $$TARGET -VERSION = 4.2.90 +VERSION = 4.2.91 HEADERS = \ cochran.h \ |