diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-16 20:57:28 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-10-16 20:57:28 +0300 |
commit | a749199e04f05d45180b934c536312bcb8ccc515 (patch) | |
tree | 6e6e28a7d1a85ed1ab0c5f74f5b016557e06937c /configure.ac | |
parent | 2bbc5840813af3e7c15949a240dbfef3ae17b259 (diff) | |
download | sciteco-a749199e04f05d45180b934c536312bcb8ccc515.tar.gz |
set target release to v2.2.0
* The Mac OS package for v2.1.0 actually still encodes "2.0.0".
But I am going to ignore this. It's not worth fixing, considering the
experimental nature of the Mac OS builds.
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 d9dd7e0..959afbc 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.1.0], +AC_INIT([SciTECO], [2.2.0], [robin.haberkorn@googlemail.com], [sciteco], [https://github.com/rhaberkorn/sciteco]) |