summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-29 07:49:03 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-29 07:49:03 -0400
commitcf863e424f22daed83c54cfa7047710bd6b79264 (patch)
tree803cd281078c21e6ebcc83b375325d24f12b8846
parentbfed1507c948887324f15cba282901774d557a99 (diff)
downloadgpsd-release-3.3.tar.gz
Version bump for 3.3 releae. All regression tests and audits pass.release-3.3
-rw-r--r--NEWS2
-rw-r--r--SConstruct2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d89bb878..aa9696a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Wed Oct 29 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 3.3~dev
+* Wed Oct 29 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 3.3
Improvements to build and release-procedure documentation. Make
sirf=no build work again. Main reason for this release is to make
chrpath a mandatory build depedency and explain why in the build
diff --git a/SConstruct b/SConstruct
index 7643de12..d9847d99 100644
--- a/SConstruct
+++ b/SConstruct
@@ -21,7 +21,7 @@
# * Out-of-directory builds: see http://www.scons.org/wiki/UsingBuildDir
# Release identification begins here
-gpsd_version = "3.3~dev"
+gpsd_version = "3.3"
libgps_major = 20
libgps_minor = 0
libgps_age = 0