From 4560ddeed96390e48bb79faa65627bed70fd4bf0 Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Wed, 20 Feb 2019 22:39:07 +0100 Subject: [PATCH] Prepare v0.7.0. --- README.md | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dbb118..cc2eaa9 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,9 @@ private: ``` [Documentation][3] is in the works. In the mean time, please have a -look at the [unit tests][4] for example usage. +look at the [unit tests][4] for example usage. For compiler support, +please check out the [Travis CI](https://travis-ci.org/tkem/fsmlite/) +builds. ## License diff --git a/configure.ac b/configure.ac index 6d7bdc5..2e9d7e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([fsmlite], [0.6.0], [tkemmer@computer.org]) +AC_INIT([fsmlite], [0.7.0], [tkemmer@computer.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG([C++])