From: Jennifer Richards Date: Wed, 10 Aug 2016 17:36:17 +0000 (-0400) Subject: Bump versions to 1.5.2 in a couple places. X-Git-Tag: v1.5.2^0 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=7b8f06ede21c614637e8bdc322bac9a95a44996e Bump versions to 1.5.2 in a couple places. --- diff --git a/configure.ac b/configure.ac index baeeb9c..c8b1d47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([trust_router],[1.5.1], +AC_INIT([trust_router],[1.5.2], [bugs@project-moonshot.org]) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_AUX_DIR(build-aux) diff --git a/trust_router.spec b/trust_router.spec index 098779d..5b2e264 100644 --- a/trust_router.spec +++ b/trust_router.spec @@ -94,7 +94,7 @@ exit 0 %post # Data directory tr_home=/var/lib/trust_router -tr_schema=${tr_home}/.schema_1.5.1 +tr_schema=${tr_home}/.schema_1.5.2 test -d ${tr_home} ||mkdir ${tr_home} chown trustrouter:trustrouter ${tr_home} test -e $tr_schema || rm -f $tr_home/keys