Skip to content

Commit

Permalink
Prepare v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Feb 20, 2019
1 parent 19092ce commit 4560dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])

AC_INIT([fsmlite], [0.6.0], [[email protected]])
AC_INIT([fsmlite], [0.7.0], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_LANG([C++])
Expand Down

0 comments on commit 4560dde

Please sign in to comment.