summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-28 07:30:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-28 07:30:08 -0400
commit01eb9e6e05786086b4c771fa1fde1018cc0bf185 (patch)
tree8e3c71c9d254c9f9a24194203ce0597abbf8f834 /SConstruct
parent35099067d963dbc35b8dd9187b87eaccc42f15be (diff)
downloadgpsd-01eb9e6e05786086b4c771fa1fde1018cc0bf185.tar.gz
Version bump for 3.1 release. All regression tests and sanity checks pass.release-3.1
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 4 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index db99b3f4..28739067 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,17 +12,17 @@
# cppcheck - run the cppcheck static tester on the code
# xmllint - run xmllint on the documentation
# testbuild - test-build the code from a tarball
+#
+# Setting the DESTDIR environment variable will prefix the install destinations
+# without changing the --prefix prefix.
# Unfinished items:
# * Qt binding (needs to build .pc, .prl files)
# * Allow building for multiple python versions)
# * Out-of-directory builds: see http://www.scons.org/wiki/UsingBuildDir
-#
-# Setting the DESTDIR environment variable will prefix the install destinations
-# without changing the --prefix prefix.
# Release identification begins here
-gpsd_version = "3.1~dev"
+gpsd_version = "3.1"
libgps_major = 20
libgps_minor = 0
libgps_age = 0