AboutSummaryRefsLogTreeCommitDiffStats
diff options
context:
space:
mode:
authorDale Mellor <mcron-lsfnyl@rdmp.org>2023-03-23 16:32:58 +0000
committerDale Mellor <mcron-lsfnyl@rdmp.org>2023-03-23 16:32:58 +0000
commitdd27da748ec373579f4cca77abdac2a875308c9d (patch)
tree3fe4fa5fba49b11cbca4ce440cb96b52f7150339
parent0fe4d2cc9544d24ecc3e74a2d92433e01b9e25c6 (diff)
downloadmcron-dd27da748ec373579f4cca77abdac2a875308c9d.tar.gz
mcron-dd27da748ec373579f4cca77abdac2a875308c9d.tar.bz2
mcron-dd27da748ec373579f4cca77abdac2a875308c9d.zip
Version bump to 1.2.2.
* configure.ac: single character edit
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 784a5a1..c0d72e2 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.1],[bug-mcron@gnu.org])
+AC_INIT([GNU Mcron],[1.2.2],[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])