diff options
-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 \ |