diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-07-05 18:42:39 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-07-05 18:42:39 +0300 |
commit | 5546c501850b54c5a466a3448374d3b354952088 (patch) | |
tree | 8f6c8267abbe7304d9bc23f20865ac0522d3e12d /configure.ac | |
parent | 409478bfc6d49f84d2accd9a3a68f12e8bd74997 (diff) | |
download | sciteco-5546c501850b54c5a466a3448374d3b354952088.tar.gz |
set target release to v2.1.0
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 f672553..d70f02c 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.0.0], +AC_INIT([SciTECO], [2.1.0], [robin.haberkorn@googlemail.com], [sciteco], [http://sciteco.sf.net/]) |