diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-31 06:22:42 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-31 06:22:42 +0200 |
commit | 5d179d19991b0220fc9761f30a7e94077596c4f6 (patch) | |
tree | feb47a92032197dffee89ae99d2357077559f28f | |
parent | 54b622c30b6e24c480bb4664aa56c9202c0dc1e4 (diff) | |
download | strongswan-5d179d19991b0220fc9761f30a7e94077596c4f6.tar.bz2 strongswan-5d179d19991b0220fc9761f30a7e94077596c4f6.tar.xz |
version bump to 4.5.3dr2
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +strongswan-4.5.3 +---------------- + +- IMC/IMV test pair implementing the RFC 5792 PA-TNC (IF-M) protocol. + (--enable-imc-test/--enable-imv-test). + + strongswan-4.5.2 ---------------- diff --git a/configure.in b/configure.in index bc0fffc79..57acb57ba 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl =========================== dnl initialize & set some vars dnl =========================== -AC_INIT(strongSwan,4.5.3dr1) +AC_INIT(strongSwan,4.5.3dr2) AM_INIT_AUTOMAKE(tar-ustar) AC_CONFIG_MACRO_DIR([m4/config]) PKG_PROG_PKG_CONFIG |