Update build version in AC_INIT macro call
authorDan Breslau <dbreslau@painless-security.com>
Fri, 28 Oct 2016 20:52:04 +0000 (16:52 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Fri, 28 Oct 2016 20:52:04 +0000 (16:52 -0400)
configure.ac

index a58e724..819565b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.61])
-AC_INIT([mech_eap], [0.9.5], [bugs@project-moonshot.org])
+AC_INIT([mech_eap], [0.9.6.2], [bugs@project-moonshot.org])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])