summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-22 11:12:46 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-22 11:12:46 -0500
commitc7e880711036aca16626d62c60a883cfc1e82aa9 (patch)
treed916548665e7340e2f663fb180180ffc9a845e63
parent18443a6dd2024836a9627497caabbbfe2dbdc100 (diff)
downloadgpsd-c7e880711036aca16626d62c60a883cfc1e82aa9.tar.gz
Version bump for release 3.12.
-rw-r--r--NEWS2
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c45903ff..ccff6dca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GPSD project news
-Repository head:
+3.12: 2015-02-22 (Eric S. Raymond <esr@snark.thyrsus.com>)
The daemon's power utilization has been reduced by changing from
non-blocking to blocking I/O; this may be significant on mobile devices.
Better protection against false matches of Inland AIS messages; this
diff --git a/SConstruct b/SConstruct
index c32ad1d7..eac6892a 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.12~dev"
+gpsd_version = "3.12"
# library version
libgps_version_current = 22