summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b316da03..f0a8d1c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
GPSD project news
Repository head:
+ The Pi Day release, 3.14 on 3/14 2015 at 9:26. Longer timeouts on test clients.
Skyview support for the Beidou and QZSS constellations in the NMEA0183 driver.
ntpmon renamed to ntpsshmon - it doesn't actually monitor NTP itself.
New HOWTO on the website: "Introduction to Time Service".
diff --git a/SConstruct b/SConstruct
index d4c740d1..6c93311a 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.14~dev"
+gpsd_version = "3.14"
# library version
libgps_version_current = 22