diff options
author | Christian Brueffer <brueffer@FreeBSD.org> | 2016-12-06 14:25:52 +0000 |
---|---|---|
committer | Christian Brueffer <brueffer@FreeBSD.org> | 2016-12-06 14:25:52 +0000 |
commit | 47192295e7ee42c5e669dfdb5cb146bc87a63fe5 (patch) | |
tree | f9018775a034e965a29358c2c45d379973a6145a /configure.ac | |
parent | 97aa9e7383bb228ff968ff77101bfa4b68358784 (diff) | |
download | src-47192295e7ee42c5e669dfdb5cb146bc87a63fe5.tar.gz src-47192295e7ee42c5e669dfdb5cb146bc87a63fe5.zip |
Vendor import of OpenBSM 1.2-alpha5.vendor/openbsm/1.2-ALPHA-5
Notes
Notes:
svn path=/vendor/openbsm/dist/; revision=309620
svn path=/vendor/openbsm/1.2-ALPHA-5/; revision=309621; tag=vendor/openbsm/1.2-ALPHA-5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 19762e4517e7..57d91c0f0c57 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.2-alpha4], [trustedbsd-audit@TrustedBSD.org],[openbsm]) +AC_INIT([OpenBSM], [1.2-alpha5], [trustedbsd-audit@TrustedBSD.org],[openbsm]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) |