Release 1.0.8

This commit is contained in:
Jonas Stein
2020-06-17 01:11:56 +02:00
parent 41df2d0c0b
commit d9d8b158c5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2020-06-16 Jonas Stein <news@jonasstein.de>
* Version upgraded to 1.0.8
* Merged patches to fix make files and provide more error messages
2018-02-13 Jonas Stein <news@jonasstein.de>
* Merged patches from various sources
* move from SF to github in cooperation with John Coleman

View File

@@ -1,4 +1,4 @@
AC_INIT([stenc], [1.0.7])
AC_INIT([stenc], [1.0.8])
AC_CONFIG_SRCDIR([src/main.cpp])
AM_INIT_AUTOMAKE([foreign])