Release 0.0.6

This commit is contained in:
Job Snijders
2020-03-12 13:24:44 +01:00
parent 62b2a56af7
commit d9a2ee92a6
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
0.0.6 (2020-03-12):
- Bugfixes - Thanks Chris Caputo!
0.0.5 (2020-01-01):
- Bugfixes

View File

@@ -1,5 +1,5 @@
Name: bgpq4
Version: 0.0.5
Version: 0.0.6
Release: 0%{?dist}
Group: System/Utilities
@@ -36,6 +36,9 @@ make install
rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Mar 12 2020 Job Snijders <job@ntt.net> 0.0.6:
- bugfixes (Thanks Chris Caputo!)
* Wed Jan 01 2020 Job Snijders <job@ntt.net> 0.0.5:
- bugfixes

View File

@@ -1,4 +1,4 @@
AC_INIT(bgpq4,0.0.5,job@ntt.net)
AC_INIT(bgpq4,0.0.6,job@ntt.net)
AM_INIT_AUTOMAKE
AC_PACKAGE_URL(https://github.com/bgp/bgpq4)
AM_CONFIG_HEADER(config.h)