diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-26 12:55:46 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-26 12:57:59 -0800 |
commit | fd9a927ded0d1bcc92ed3403651da1be77ab3c7c (patch) | |
tree | 2d7fa8f7dea883b8e347150fac3261280387775e | |
parent | bd6a33f4bc7144c96534a8c223688b4afa6eff3f (diff) | |
download | subsurface-fd9a927ded0d1bcc92ed3403651da1be77ab3c7c.tar.gz |
Update versions to 3.0.1
almost forgot
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | Documentation/user-manual.txt | 6 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 2e8e12184..16886108a 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1,5 +1,5 @@ -Subsurface 3.0 User Manual -========================== +Subsurface 3.0.1 User Manual +============================ :author: Jacco_van_Koll,_Dirk_Hohndel,_Reinout_Hoornweg,_Linus_Torvalds,_Miika_Turkia_and_Amit_Chaudhuri :revnumber: v3.0.0 :revdate: February 2013 @@ -27,7 +27,7 @@ software on Linux. It then turned out that the resulting software was fairly easily ported to Windows and Mac and today great effort is put into making it a viable application on all three platforms. -The program is under active development and at version 3.0 it compares +The program is under active development and at this point it compares favorably to many other programs in this market. While the list of supported dive computers is very long, in this @@ -1,4 +1,4 @@ -VERSION=3.0 +VERSION=3.0.1 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE |