summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-01-08 14:29:46 -0500
committerEric S. Raymond <esr@thyrsus.com>2016-01-08 14:29:46 -0500
commit534dfca856b320c91d6be9e152f4455c7412cb50 (patch)
tree5517be41ad90622b14b7a07b205441ababc42696
parentc099ce48e97a94df82b3011a43adb2ec8f107c2a (diff)
downloadgpsd-534dfca856b320c91d6be9e152f4455c7412cb50.tar.gz
Version bump for release 3.16.release-3.16
-rw-r--r--NEWS3
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fd8c877d..c9dd7874 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
GPSD project news
-Repository head:
-
+3.16: 2016-01-08 (Eric S. Raymond <esr@snark.thyrsus.com>)
Test rebuilds for mid-2015 leapsecond bump. Regression tests will
run even if "python" in Python 3. Build correctly on systems where
-ltinfo is split from -lncurses. Avoid some rare overflow conditions
diff --git a/SConstruct b/SConstruct
index 3661c7f2..fe444a29 100644
--- a/SConstruct
+++ b/SConstruct
@@ -24,7 +24,7 @@
# * Coveraging mode: gcc "-coverage" flag requires a hack for building the python bindings
# Release identification begins here
-gpsd_version = "3.16-dev"
+gpsd_version = "3.16"
# client library version
libgps_version_current = 22