Skip to content

Commit

Permalink
Bump versions for upcoming Heimdal 7.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Dukhovni authored and nicowilliams committed Mar 17, 2017
1 parent 1ec0f4e commit 9fd0592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.0],[https://github.com/heimdal/heimdal/issues])
AC_INIT([Heimdal],[7.2.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
10 changes: 5 additions & 5 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=1
VER_PRODUCT_MINOR=2
VER_PRODUCT_AUX=0
VER_PRODUCT_PATCH=0

Expand All @@ -19,14 +19,14 @@ VER_PRODUCT_PATCH=0
# 1.5.99.65535.

VER_OLD_BEGIN_MAJOR=7
VER_OLD_BEGIN_MINOR=0
VER_OLD_BEGIN_MINOR=2
VER_OLD_BEGIN_AUX=0
VER_OLD_BEGIN_PATCH=0

VER_OLD_END_MAJOR=7
VER_OLD_END_MINOR=0
VER_OLD_END_AUX=3
VER_OLD_END_PATCH=65535
VER_OLD_END_MINOR=2
VER_OLD_END_AUX=0
VER_OLD_END_PATCH=0

VER_PACKAGE_VERSION=$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).$(VER_PRODUCT_AUX)

Expand Down

0 comments on commit 9fd0592

Please sign in to comment.