From 7f4a29c772d342805789a8abfb706c19d7736fa9 Mon Sep 17 00:00:00 2001 From: David Mandelberg Date: Thu, 11 Jun 2015 19:13:21 -0400 Subject: [PATCH] version bump --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8df6688f..68355f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -(unreleased) +0.11, released 2015-06-12 * Fix a bug where ROAs with hundreds of ROAIPAddresses or more would be truncated. diff --git a/configure.ac b/configure.ac index 25dd29ef..82c4c525 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(rpstir, 0.10, rpstir-support@bbn.com) +AC_INIT(rpstir, 0.11, rpstir-support@bbn.com) PACKAGE_LONGNAME="Relying Party Security Technology for Internet Routing" AC_SUBST([PACKAGE_LONGNAME]) PACKAGE_NAME_UC="RPSTIR"