Skip to content

Commit

Permalink
Bump version to 7.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jan 13, 2024
1 parent 191d1d4 commit 1b4565a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Revision$)
AC_PREREQ(2.62)
test -z "$CFLAGS" && CFLAGS="-g"
AC_INIT([Heimdal],[7.8.0],[https://github.com/heimdal/heimdal/issues])
AC_INIT([Heimdal],[7.8.1],[https://github.com/heimdal/heimdal/issues])
AC_CONFIG_SRCDIR([kuser/kinit.c])
AC_CONFIG_HEADERS(include/config.h)
AC_CONFIG_MACRO_DIR([cf])
Expand Down
2 changes: 1 addition & 1 deletion windows/NTMakefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VER_PACKAGE_COMPANY=www.h5l.org

VER_PRODUCT_MAJOR=7
VER_PRODUCT_MINOR=8
VER_PRODUCT_AUX=0
VER_PRODUCT_AUX=1
VER_PRODUCT_PATCH=0

# ------------------------------------------------------------
Expand Down

0 comments on commit 1b4565a

Please sign in to comment.