diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-07-22 12:22:25 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-07-22 12:22:25 +0000 |
commit | ade9d77a893b6dc374c35b4d37b1d34e7c8fd289 (patch) | |
tree | 20811846e6fbca57f5e7eaff5275c209511f6af6 /contrib | |
parent | 41ed46ace01294be36e0641417d216bd3250728f (diff) | |
download | FreeBSD-src-ade9d77a893b6dc374c35b4d37b1d34e7c8fd289.zip FreeBSD-src-ade9d77a893b6dc374c35b4d37b1d34e7c8fd289.tar.gz |
Update generated OpenBSM config.h for OpenBSM 1.0 alpha15 update.
Approved by: re (hrs)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/openbsm/config/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h index 31f71ee..e225b9b 100644 --- a/contrib/openbsm/config/config.h +++ b/contrib/openbsm/config/config.h @@ -150,13 +150,13 @@ #define PACKAGE_NAME "OpenBSM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "OpenBSM 1.0alpha14" +#define PACKAGE_STRING "OpenBSM 1.0alpha15" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openbsm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.0alpha14" +#define PACKAGE_VERSION "1.0alpha15" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -171,7 +171,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "1.0alpha14" +#define VERSION "1.0alpha15" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |