Release bgpq4 0.0.3

This commit is contained in:
Job Snijders
2019-12-30 03:35:22 +00:00
parent 2e2a8255b8
commit 7fa7e76d8e
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
0.0.3 (2019-12-30):
- Add support for IRRd 4's A query
0.0.2 (2019-12-14):
- Add Mikrotik support
- remove ASDDOT support

View File

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