Skip to content

Commit

Permalink
Bump version to 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Dukhovni committed Dec 8, 2017
1 parent 108b288 commit a5219c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
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.4.0],[https://github.com/heimdal/heimdal/issues])
AC_INIT([Heimdal],[7.5.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
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=4
VER_PRODUCT_MINOR=5
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=3
VER_OLD_END_MINOR=4
VER_OLD_END_AUX=65535
VER_OLD_END_PATCH=65535

Expand Down

0 comments on commit a5219c3

Please sign in to comment.