From: Paul Mackerras Date: Wed, 1 Jan 2025 02:56:29 +0000 (+1100) Subject: configure.ac: Update version number to 2.5.3-dev X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=3ae90e60910ff0aec55c587555d815179536348a;p=ppp.git configure.ac: Update version number to 2.5.3-dev Signed-off-by: Paul Mackerras --- diff --git a/configure.ac b/configure.ac index 3900dc8..e98263d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) AC_INIT([ppp], - [2.5.2], + [2.5.3-dev], [https://github.com/ppp-project/ppp]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])