diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-09 13:47:17 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-09 13:47:17 +0300 |
commit | f70ddf925c98ff5566b990a7b0744d5dab392002 (patch) | |
tree | 9a06c69c1d9d2c4213eb8e6c8423b3846dbe720f /configure.ac | |
parent | 3f6572c5b46254002cb1b3fd1001bc28ecc2bb10 (diff) | |
download | sciteco-f70ddf925c98ff5566b990a7b0744d5dab392002.tar.gz |
prepared v2.2.0 releasev2.2.0
This release is mainly for the upcoming FreeBSD package.
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 32e9612..72fc56d 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.1], +AC_INIT([SciTECO], [2.2.0], [robin.haberkorn@googlemail.com], [sciteco], [https://github.com/rhaberkorn/sciteco]) |