From a3d056f56efdaf1301b10b23526402ab100b85e5 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 23 Jul 2022 18:27:48 -0600 Subject: [PATCH] configure.ac: bump version to 2.5.0a --- cde/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index e2563db39..d2551a566 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -1,7 +1,7 @@ dnl When changing the version below, also change the CDE_VERSION_* macros dnl to match further below AC_INIT([Common Desktop Environment], - [2.5.0], + [2.5.0a], [https://sourceforge.net/projects/cdesktopenv], [cde], [https://sourceforge.net/projects/cdesktopenv]) @@ -16,7 +16,7 @@ CDE_VERSION_MINOR=5 CDE_VERSION_MICRO=0 dnl this is blank for a release, or contains an alpha character to indicate a dnl dev release. -CDE_VERSION_DEV= +CDE_VERSION_DEV=a AC_SUBST(CDE_VERSION_MAJOR) AC_SUBST(CDE_VERSION_MINOR)