From: Jennifer Richards Date: Wed, 21 Dec 2016 15:53:11 +0000 (-0500) Subject: Update version number in configure.ac. X-Git-Tag: v2.1~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=8bde8565cc6c934284a59c45fd0f86c8b42bba70 Update version number in configure.ac. --- diff --git a/configure.ac b/configure.ac index 73ae920..2b20bc4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([trust_router],[2.0.0], +AC_INIT([trust_router],[2.1.0], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(build-aux)