summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-29 14:02:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-06-29 14:22:36 -0700
commitc5a1b0fc4e63da72cf4e890267c58811ec49f755 (patch)
treeb62ad80da02cf15224a8724bb91a3a934a15476e /Makefile
parent3109f816a255a6bab5b1ce9b285c5308defe6cfa (diff)
downloadsubsurface-c5a1b0fc4e63da72cf4e890267c58811ec49f755.tar.gz
Preparing for 3.1.1 and doc updates
This updates the versions to 3.1.1, does some minor doc cleanup for consistency and adds the suggestion to submit the output of subsurface --version in bug reports and the udev rules to blacklist dive computers in Modem Manager (as suggested by Bearsch). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 895a3338e..5b8d345d8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ NAME = subsurface
CAPITALIZED_NAME = Subsurface
TARGET = $(NAME)
-VERSION=3.1
+VERSION=3.1.1
CC=gcc
CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) -DGSEAL_ENABLE