Skip to content

Commit

Permalink
update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Di committed Nov 4, 2020
1 parent 001ef4e commit 51e6633
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 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT(Z-CHECKER, 0.4, sdi1@anl.gov)
AC_INIT(Z-CHECKER, 0.5, sdi1@anl.gov)
AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])
AC_CONFIG_SRCDIR([zc/src/zc.c])
AC_CONFIG_HEADERS([config.h])
Expand Down
4 changes: 2 additions & 2 deletions zc/include/zc.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ extern "C" {

#define ZC_VERNUM 0x0040
#define ZC_VER_MAJOR 0
#define ZC_VER_MINOR 4
#define ZC_VER_BUILD 2
#define ZC_VER_MINOR 5
#define ZC_VER_BUILD 0
#define ZC_VER_REVISION 0

#define PDF_INTERVALS 2000
Expand Down

0 comments on commit 51e6633

Please sign in to comment.