From 06dfe4e7f31d17bb64ba3244bbcd9e717e050d4d Mon Sep 17 00:00:00 2001 From: holishing Date: Sun, 8 Mar 2020 23:53:53 +0800 Subject: [PATCH] fix version --- common/version.rc.in | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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])