diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-10 20:40:22 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-10 20:40:22 +0300 |
commit | 923ee44887e227c713b1b7a9a431f363d47d454d (patch) | |
tree | 693e72c6e580d90301f3d0f9f1cdc57eac6cfe25 /configure.ac | |
parent | 0ddb6a853eca4de886a18cb3419981234b738edb (diff) | |
download | sciteco-923ee44887e227c713b1b7a9a431f363d47d454d.tar.gz |
changed target release to v2.1.1
The next release will include almost exclusively bug fixes.
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 a82eb1d..f0d5233 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.2.0], +AC_INIT([SciTECO], [2.1.1], [robin.haberkorn@googlemail.com], [sciteco], [https://github.com/rhaberkorn/sciteco]) |