version bump to 5.1.0dr1

This commit is contained in:
Andreas Steffen 2013-06-21 23:54:13 +02:00
parent 6b081a4c21
commit 226f34e0a0
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -16,6 +16,10 @@ strongswan-5.1.0
on error conditions using an additional exchange, keeping state in sync
between peers.
- Using a SQL database interface a Trusted Network Connect (TNC) Policy Manager
can generate specific measurement workitems for an arbitrary number of Integrity
Measurement Verifiers (IMVs) based on the history of the VPN user and/or device.
strongswan-5.0.4
----------------

View File

@ -19,7 +19,7 @@
# initialize & set some vars
# ============================
AC_INIT([strongSwan],[5.0.4])
AC_INIT([strongSwan],[5.1.0dr1])
AM_INIT_AUTOMAKE(tar-ustar)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4/config])