From 2ac25eb234f4ca3173c8ad0f11c1c3fea30ccd72 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 11 Jan 2017 11:34:18 -0500 Subject: [PATCH] Update version info. --- Makefile.am | 2 +- configure.ac | 2 +- trust_router.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a063673..4c32c24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ trp/trp_upd.c libtr_tid_la_CFLAGS = $(AM_CFLAGS) -fvisibility=hidden libtr_tid_la_LIBADD = gsscon/libgsscon.la $(GLIB_LIBS) -libtr_tid_la_LDFLAGS = $(AM_LDFLAGS) -version-info 3 -no-undefined +libtr_tid_la_LDFLAGS = $(AM_LDFLAGS) -version-info 3:0:1 -no-undefined common_t_constraint_SOURCES = common/t_constraint.c \ common/tr_debug.c \ diff --git a/configure.ac b/configure.ac index 2b20bc4..dabfd1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([trust_router],[2.1.0], +AC_INIT([trust_router],[2.1.1], [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 c6d6b00..b2be331 100644 --- a/trust_router.spec +++ b/trust_router.spec @@ -1,6 +1,6 @@ %global optflags %{optflags} -Wno-parentheses Name: trust_router -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist} Summary: Moonshot Trust Router -- 2.1.4