summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-26 16:14:27 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-26 16:14:27 -0500
commita04b2ea9f40045be7e006009b3328107e532bc24 (patch)
tree8f7607b54ea0482364b4f0bd8945818326011477
parent64685e5510142b10c7ea48b90adacd2ad08a6402 (diff)
downloadgpsd-release-3.13.tar.gz
Version bump for release 3.13.release-3.13
-rw-r--r--NEWS2
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6a1de183..f7edce5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GPSD project news
-Repository head:
+3.13: 2015-02-26 (Eric S. Raymond <esr@snark.thyrsus.com>)
compiler.h inclusion removed for gps.h so it's standalone for /usr/include.
TOFF JSON report gives the offset between GPS top of second and clock time.
A new ntpmon tool supports capturing clock samples from NTP SHM segments.
diff --git a/SConstruct b/SConstruct
index a942cfba..58eb01d3 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.13~dev"
+gpsd_version = "3.13"
# library version
libgps_version_current = 22