From aad95589baa02cf6a7bda4fa2ea83f20386f1cbb Mon Sep 17 00:00:00 2001 From: holishing Date: Tue, 18 Feb 2020 18:10:18 +0800 Subject: [PATCH] release version 2019.911.5 --- common/version.rc.in | 8 ++++---- configure.ac | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/version.rc.in b/common/version.rc.in index 9719df2..d514005 100644 --- a/common/version.rc.in +++ b/common/version.rc.in @@ -1,15 +1,15 @@ 1 VERSIONINFO -FILEVERSION 2019,9,11,4 -PRODUCTVERSION 2019,9,11,4 +FILEVERSION 2019,9,11,5 +PRODUCTVERSION 2019,9,11,5 BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN - VALUE "CompanyName", "Department of Earth Sciences, NCKU" + VALUE "CompanyName", "Seismology Lab, Department of Earth Sciences, NCKU" VALUE "FileDescription", "Severnal Tools about Time Series Process (compiled by GNU Fortran and built by GNU AutoTools)" VALUE "FileVersion", "@VERSION" - VALUE "LegalCopyright", "Seismology Lab" + VALUE "LegalCopyright", "Seismology Lab, Department of Earth Sciences, NCKU" VALUE "ProductName", "Time Series Process Toolchain" VALUE "ProductVersion", "@VERSION@" END diff --git a/configure.ac b/configure.ac index 23e747b..7035753 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.4], [https://github.com/sean0921/timeseries_process]) +AC_INIT([timeseries_process], [2019.911.5], [https://github.com/sean0921/timeseries_process]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) #AC_CONFIG_SRCDIR([]) #AC_CONFIG_HEADERS([config.h])