Skip to content

Commit e7340e1

Browse files
configure.ac: fixing version
1 parent 28c5d48 commit e7340e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl This file is part of smithlab_cpp
22
dnl
3-
dnl Copyright (C) 2010-2022: Andrew D. Smith and Meng Zhou
3+
dnl Copyright (C) 2010-2025: Andrew D. Smith and Meng Zhou
44
dnl
55
dnl Author: Andrew D. Smith and Meng Zhou
66
dnl
@@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([libsmithlab_cpp], [1.0.2], [[email protected]],
17+
AC_INIT([libsmithlab_cpp], [1.2.0], [[email protected]],
1818
[], [https://github.com/smithlabcode])
1919
dnl the config.h is not currently #included in the source, and only
2020
dnl used to keep command lines short.

0 commit comments

Comments
 (0)