diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-02 10:39:43 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-10-02 10:39:43 +0200 |
commit | c8697a7170d96cd242d251d013b2a846f7e354f0 (patch) | |
tree | ff418276c4f7ea3e56fe34db011bec31f194b669 /configure.in | |
parent | 48651d8d02d838e8a59489cbd48bae8f7bf983de (diff) | |
download | strongswan-c8697a7170d96cd242d251d013b2a846f7e354f0.tar.bz2 strongswan-c8697a7170d96cd242d251d013b2a846f7e354f0.tar.xz |
version bump to 5.0.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 03dc5ac65..d4d54e3ce 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl =========================== dnl initialize & set some vars dnl =========================== -AC_INIT(strongSwan,5.0.1rc1) +AC_INIT(strongSwan,5.0.1) AM_INIT_AUTOMAKE(tar-ustar) AC_CONFIG_MACRO_DIR([m4/config]) AC_CONFIG_HEADERS([config.h]) |