diff options
author | W. Kosior <koszko@koszko.org> | 2025-02-11 12:15:57 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-02-11 12:15:57 +0100 |
commit | 08878232582c4f44cb4442fe8a04eff657f06ef1 (patch) | |
tree | de19abed6fbca015b5e961511cf8f7ce67f8279b /configure.ac | |
parent | 61d631e6d33d378f737e6f83498860cb0da54995 (diff) | |
download | cantius-2025.2.11.tar.gz cantius-2025.2.11.zip |
Start date-versioning Cantius.v2025.2.11
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 3c946b0..2c39ead 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # # Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org> -AC_INIT([cantius], [0.1], [koszko@koszko.org]) +AC_INIT([cantius], [2025.2.11], [koszko@koszko.org]) AC_CONFIG_SRCDIR([src/guile/cantius.scm]) |