From fd34dd8fa33f543f528115128cbe5337ebbc384f Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Tue, 31 Dec 2019 00:13:33 +0000 Subject: [PATCH] Bump version to 0.0.4 --- CHANGES | 4 ++++ bgpq4.spec | 5 ++++- configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 0e90530..69e8856 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.0.4 (2019-12-31): + - Remove the '-3' command line option, assume all devices are + 32-bit ASN safe + 0.0.3 (2019-12-30): - Remove the '-2' command line option - Significant code reformating diff --git a/bgpq4.spec b/bgpq4.spec index 381e3fc..7a15144 100644 --- a/bgpq4.spec +++ b/bgpq4.spec @@ -1,5 +1,5 @@ Name: bgpq4 -Version: 0.0.3 +Version: 0.0.4 Release: 0%{?dist} Group: System/Utilities @@ -36,6 +36,9 @@ make install rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 31 2019 Job Snijders 0.0.4 +- Remove '-3' command line option, assume all devices are 32-bit ASN safe + * Mon Dec 30 2019 Job Snijders 0.0.3 - Remove the '-2' command line option - Significant code reformating diff --git a/configure.ac b/configure.ac index a66c673..80ff7d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(bgpq4,0.0.3,job@ntt.net) +AC_INIT(bgpq4,0.0.4,job@ntt.net) AM_INIT_AUTOMAKE AC_PACKAGE_URL(https://github.com/bgp/bgpq4) AM_CONFIG_HEADER(config.h)