From 51e6633f8ec6d6e061ed9310b0002d971a325fc7 Mon Sep 17 00:00:00 2001 From: Sheng Di Date: Tue, 3 Nov 2020 20:02:43 -0600 Subject: [PATCH] update the version number --- configure.ac | 2 +- zc/include/zc.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a05ea1c..d939b8c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/zc/include/zc.h b/zc/include/zc.h index ecee82c..b7cafbd 100644 --- a/zc/include/zc.h +++ b/zc/include/zc.h @@ -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