mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update versions to 3.0.1
almost forgot Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bd6a33f4bc
commit
fd9a927ded
2 changed files with 4 additions and 4 deletions
|
@ -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
|
:author: Jacco_van_Koll,_Dirk_Hohndel,_Reinout_Hoornweg,_Linus_Torvalds,_Miika_Turkia_and_Amit_Chaudhuri
|
||||||
:revnumber: v3.0.0
|
:revnumber: v3.0.0
|
||||||
:revdate: February 2013
|
: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
|
fairly easily ported to Windows and Mac and today great effort is put
|
||||||
into making it a viable application on all three platforms.
|
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.
|
favorably to many other programs in this market.
|
||||||
|
|
||||||
While the list of supported dive computers is very long, in this
|
While the list of supported dive computers is very long, in this
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=3.0
|
VERSION=3.0.1
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE
|
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue