From 0e2ec1e38d639abd341c1e64941e8bb68980def4 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 3 Jan 2019 18:45:50 -0800 Subject: [PATCH] 2.0.3 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5206d5c3..598aa9c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.9) -project(STA VERSION 2.0.2) +project(STA VERSION 2.0.3) set(CMAKE_VERBOSE_MAKEFILE ON) set(CMAKE_CXX_STANDARD 11) diff --git a/configure.ac b/configure.ac index a3e1cbcd..a9adc7f6 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(sta, 2.0.2) +AC_INIT(sta, 2.0.3) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h)