diff options
author | atsb <atsb@atsb> | 2023-03-25 21:00:25 +0100 |
---|---|---|
committer | atsb <atsb@atsb> | 2023-03-25 21:00:25 +0100 |
commit | 6829b711438e6f1b10f03a63d2844eec3416b6bc (patch) | |
tree | 9c33a5967c45be916e379b5fa0493c75b2fbf537 | |
parent | a96981c81828aca94cd77fc20cbb90dfc0d6cf33 (diff) | |
download | mcron-6829b711438e6f1b10f03a63d2844eec3416b6bc.tar.gz mcron-6829b711438e6f1b10f03a63d2844eec3416b6bc.tar.bz2 mcron-6829b711438e6f1b10f03a63d2844eec3416b6bc.zip |
bumping to 1.2.3 so the version corresponds to the year
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ce70414..549e873 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # along with GNU Mcron. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([GNU Mcron],[1.2.2],[bug-mcron@gnu.org]) +AC_INIT([GNU Mcron],[1.2.3],[bug-mcron@gnu.org]) AC_CONFIG_SRCDIR([src/mcron/scripts/mcron.scm]) AC_CONFIG_AUX_DIR([build-aux]) AC_REQUIRE_AUX_FILE([test-driver.scm]) |