diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-29 16:53:34 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-29 17:25:05 +0300 |
commit | c30a8963a2778ce4e1bd73b5fa667a2fff3693f2 (patch) | |
tree | 4b0abfee2d344615b84a05b6b66447f6fc63739e /configure.ac | |
parent | 62a9c8d112e33d1202c8562744bddfa102c1f96e (diff) | |
download | sciteco-c30a8963a2778ce4e1bd73b5fa667a2fff3693f2.tar.gz |
bumped target release to v2.4.0 and updated README and TODO
* Added a test case for the known bug of out-of-place modifiers.
Well, this is a syntactic shortcoming rather than a true bug.
But I did run into it more than once.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4c6a5f6..14ddb86 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([SciTECO], [2.3.0], +AC_INIT([SciTECO], [2.4.0], [robin.haberkorn@googlemail.com], [sciteco], [https://github.com/rhaberkorn/sciteco]) |