summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2011-07-05 15:27:27 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2011-07-05 15:27:27 -0400
commitddb266710bfdcf1d55fd0de83574f9f0a7a01655 (patch)
tree4de0ec33a35866ac83baf48ab88330742398a127
parentf5c4dd3a2919c1526241810d1c1dface3b15d519 (diff)
Bump release version to 3.1linpicker-3.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 387ab4d..d20f1dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([linpicker], 3.0, [ewalsh@tycho.nsa.gov])
+AC_INIT([linpicker], 3.1, [ewalsh@tycho.nsa.gov])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/server.c])
AC_CONFIG_HEADERS([src/config.h])