Skip to content

Commit

Permalink
Merge pull request #2 from ccsb-scripps/prep_v4.2.8
Browse files Browse the repository at this point in the history
update version string to v4.2.8
  • Loading branch information
diogomart authored Nov 26, 2024
2 parents 7da4236 + 2a9ab9b commit 1887944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ AC_PREREQ(2.69)
# the m4_esyscmd following creates a string such as VERSION='4.2.5.x.2014-12-25'
# indicating when the "autoreconf" was most recently run.
# This date is also inserted into PACKAGE_VERSION and PACKAGE_STRING
AC_INIT([autogrid],[m4_translit(m4_esyscmd(date +4.2.7.x.%Y-%m-%d),m4_newline)],[[email protected]])
# AC_INIT([autogrid],[m4_translit(m4_esyscmd(date +4.2.7.x.%Y-%m-%d),m4_newline)],[[email protected]])
AC_INIT([autogrid], [4.2.8], [[email protected]])
AC_CONFIG_SRCDIR([atom_parameter_manager.cpp])
#AC_CONFIG_HEADER([config.h])

Expand Down

0 comments on commit 1887944

Please sign in to comment.