Prep for 2.5.0 release

This commit is contained in:
Jon Trulson
2022-07-23 13:57:14 -06:00
parent eb526f1ecf
commit d1c935e716
3 changed files with 871 additions and 5 deletions

View File

@@ -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.4.0c],
[2.5.0],
[https://sourceforge.net/projects/cdesktopenv],
[cde],
[https://sourceforge.net/projects/cdesktopenv])
@@ -12,11 +12,11 @@ AM_INIT_AUTOMAKE([foreign subdir-objects no-define])
dnl global CDE versioning
CDE_VERSION_MAJOR=2
CDE_VERSION_MINOR=4
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=c
CDE_VERSION_DEV=
AC_SUBST(CDE_VERSION_MAJOR)
AC_SUBST(CDE_VERSION_MINOR)