summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-07-13 19:22:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-07-13 19:22:37 -0400
commit9cd56c55c9604cafe100a1e58a72e2c5016ff372 (patch)
treed469ef59d7b0908bcbb23cd73600257f501044fb
parent6ba1bdf683c354ced3e739acb16019398087362a (diff)
downloadgpsd-9cd56c55c9604cafe100a1e58a72e2c5016ff372.tar.gz
External release 2.95.release-2.95
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8fda4abd..3bc6eab2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Thu Jul 1 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95~dev
+* Tue Jul 13 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95
The autonomous robot submarine total world domination release!
Rationalize clearing and generation of DOPs, this makes epx/epy much
more generally available. Fixed the test productions for the udev
diff --git a/configure.ac b/configure.ac
index 3c729cf4..6a01adab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl This file is Copyright (c)2010 by the GPSD project
dnl BSD terms apply: see the file COPYING in the distribution root for details.
AC_INIT
-AM_INIT_AUTOMAKE(gpsd, 2.95~dev)
+AM_INIT_AUTOMAKE(gpsd, 2.95)
dnl AC_PREFIX_PROGRAM(gcc)
AM_CONFIG_HEADER(gpsd_config.h)
AC_LANG([C])