diff options
Diffstat (limited to 'krb5')
-rw-r--r-- | krb5/Makefile.inc | 2 | ||||
-rw-r--r-- | krb5/include/autoconf.h | 4 | ||||
-rwxr-xr-x | krb5/util/build-tools/krb5-config.sh | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/krb5/Makefile.inc b/krb5/Makefile.inc index 512d153126e8..34d04daab0b1 100644 --- a/krb5/Makefile.inc +++ b/krb5/Makefile.inc @@ -10,7 +10,7 @@ .include <src.opts.mk> PACKAGE?= kerberos -KRB5_VERSION= 1.22-final +KRB5_VERSION= 1.22.1 # MIT KRB5 uses KRB5_DIR. Heimdal uses KRB5DIR. KRB5_SRCTOP= ${SRCTOP}/krb5 diff --git a/krb5/include/autoconf.h b/krb5/include/autoconf.h index 19979b060f10..ed0bf8cacc14 100644 --- a/krb5/include/autoconf.h +++ b/krb5/include/autoconf.h @@ -641,7 +641,7 @@ #define PACKAGE_NAME "Kerberos 5" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Kerberos 5 1.22.0" +#define PACKAGE_STRING "Kerberos 5 1.22.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "krb5" @@ -650,7 +650,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.22.0" +#define PACKAGE_VERSION "1.22.1" /* Default PKCS11 module name */ #define PKCS11_MODNAME "opensc-pkcs11.so" diff --git a/krb5/util/build-tools/krb5-config.sh b/krb5/util/build-tools/krb5-config.sh index b23fe0141345..9980f054b88f 100755 --- a/krb5/util/build-tools/krb5-config.sh +++ b/krb5/util/build-tools/krb5-config.sh @@ -26,7 +26,7 @@ # Configurable parameters set by autoconf # Disreagard the above. Edit this by hand in the bespoke FreeBSD build. -version_string="Kerberos 5 release 1.22.0" +version_string="Kerberos 5 release 1.22.1" prefix=/usr exec_prefix=${prefix} |