diff --git a/common/version.rc.in b/common/version.rc.in index 21ef3c1..8280b36 100644 --- a/common/version.rc.in +++ b/common/version.rc.in @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 2019,9,13,0 -PRODUCTVERSION 2019,9,13,0 +FILEVERSION 2020,3,8,1 +PRODUCTVERSION 2020,3,8,1 BEGIN BLOCK "StringFileInfo" BEGIN diff --git a/configure.ac b/configure.ac index f54c7fe..4fe9ec9 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([timeseries_process], [2020.308.0], [https://github.com/sean0921/timeseries_process]) +AC_INIT([timeseries_process], [2020.308.1], [https://github.com/sean0921/timeseries_process]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) #AC_CONFIG_SRCDIR([]) #AC_CONFIG_HEADERS([config.h])