Skip to content

Commit

Permalink
Fixed release number in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneguindon committed Jan 1, 2022
1 parent 4040384 commit 638e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([PhyML],esyscmd([sh -c "echo "3.3." | tr -d '\n' ; echo "20211118" | tr -d '\n'"]),[[email protected]])
AC_INIT([PhyML],esyscmd([sh -c "echo "3.3." | tr -d '\n' ; echo "20211231" | tr -d '\n'"]),[[email protected]])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/main.c],[doc/phyml-manual.tex])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 638e114

Please sign in to comment.