From 932bdbc3d1ba6f33f77f7da9c181e6921d1dccca Mon Sep 17 00:00:00 2001 From: holishing Date: Thu, 5 Mar 2020 18:28:04 +0800 Subject: [PATCH] release version 2019.911.6 --- 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 d514005..33388c9 100644 --- a/common/version.rc.in +++ b/common/version.rc.in @@ -1,6 +1,6 @@ 1 VERSIONINFO -FILEVERSION 2019,9,11,5 -PRODUCTVERSION 2019,9,11,5 +FILEVERSION 2019,9,11,6 +PRODUCTVERSION 2019,9,11,6 BEGIN BLOCK "StringFileInfo" BEGIN diff --git a/configure.ac b/configure.ac index a32fc59..330dd04 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], [2019.911.5], [https://github.com/sean0921/timeseries_process]) +AC_INIT([timeseries_process], [2019.911.6], [https://github.com/sean0921/timeseries_process]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) #AC_CONFIG_SRCDIR([]) #AC_CONFIG_HEADERS([config.h])