This commit is contained in:
James Cherry 2019-01-03 18:45:50 -08:00
parent 9e5aac37f4
commit 0e2ec1e38d
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)