summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/config
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-12-15 14:59:00 +0000
committerrwatson <rwatson@FreeBSD.org>2012-12-15 14:59:00 +0000
commit47cd6e2beea69604d2753fd7ad5dc4991a44940a (patch)
treebb5feecc21fd2904faccae24b3fa465ae1804b33 /contrib/openbsm/config
parent8ee2f7fcb15b974fec335d602faf7a5d49d28cf8 (diff)
downloadFreeBSD-src-47cd6e2beea69604d2753fd7ad5dc4991a44940a.zip
FreeBSD-src-47cd6e2beea69604d2753fd7ad5dc4991a44940a.tar.gz
Merge OpenBSM 1.2-alpha3 from the vendor branch to 10-CURRENT; this version
included various upstreamed patches from the FreeBSD base to make OpenBSM compile more easily with bmake, higher warning levels, clang, and several other loose ends. Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib/openbsm/config')
-rw-r--r--contrib/openbsm/config/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h
index a1eded9..f900b3f 100644
--- a/contrib/openbsm/config/config.h
+++ b/contrib/openbsm/config/config.h
@@ -235,7 +235,7 @@
#define PACKAGE_NAME "OpenBSM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.2alpha2"
+#define PACKAGE_STRING "OpenBSM 1.2-alpha3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "openbsm"
@@ -244,7 +244,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.2alpha2"
+#define PACKAGE_VERSION "1.2-alpha3"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -280,7 +280,7 @@
#define USE_SYS_ENDIAN_H /**/
/* Version number of package */
-#define VERSION "1.2alpha2"
+#define VERSION "1.2-alpha3"
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
OpenPOWER on IntegriCloud