Skip to content

Commit

Permalink
Bump version to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Nov 15, 2022
1 parent 6a714ba commit a6cf945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.0],[https://github.com/heimdal/heimdal/issues])
AC_INIT([Heimdal],[7.8.0],[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
4 changes: 2 additions & 2 deletions windows/NTMakefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VER_PACKAGE_COPYRIGHT=Copyright (C) 1995-2016 Royal Institute of Technology, Sto
VER_PACKAGE_COMPANY=www.h5l.org

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

Expand All @@ -24,7 +24,7 @@ VER_OLD_BEGIN_AUX=0
VER_OLD_BEGIN_PATCH=0

VER_OLD_END_MAJOR=7
VER_OLD_END_MINOR=6
VER_OLD_END_MINOR=7
VER_OLD_END_AUX=65535
VER_OLD_END_PATCH=65535

Expand Down

0 comments on commit a6cf945

Please sign in to comment.