Skip to content

Commit

Permalink
Correct versions and date.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Nov 9, 2024
1 parent 129b9aa commit 458c841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE=icewm
VERSION=3.4.6.130
VERSION=3.6.0
12 changes: 6 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([icewm],[3.4.6.130],
AC_INIT([icewm],[3.6.0],
[https://github.com/bbidulock/icewm/issues],
[icewm],[https://ice-wm.org])
AC_REVISION([3.4.6.130])
AC_REVISION([3.6.0])

# set better defaults
AC_PREFIX_DEFAULT([/usr])
Expand All @@ -22,10 +22,10 @@ AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_TARGET

DATE='2024-09-24'
DATE='2024-06-16'
AC_SUBST([DATE])

MDOCDATE='September 24, 2024'
MDOCDATE='June 16, 2024'
AC_SUBST([MDOCDATE])

BRANCH='icewm-1-4-BRANCH'
Expand All @@ -37,7 +37,7 @@ TESTCASES="$TESTCASES iceview icesame iceicon icerun icelist icebar" # iceclock
features=''

# Initialize Automake
AM_INIT_AUTOMAKE([1.12 dist-lzip no-dist-gzip std-options -Wall color-tests silent-rules tar-pax])
AM_INIT_AUTOMAKE([gnits 1.12 dist-lzip no-dist-gzip std-options -Wall color-tests silent-rules tar-pax])
AM_MAINTAINER_MODE
AM_SILENT_RULES([yes])

Expand Down Expand Up @@ -87,7 +87,7 @@ LT_INIT([dlopen])
LT_LANG([C++])
AC_SUBST([LIBTOOL_DEPS])

AM_GNU_GETTEXT_VERSION([0.22])
AM_GNU_GETTEXT_VERSION([0.19.2])
AM_GNU_GETTEXT([external])

AC_ARG_ENABLE([i18n],
Expand Down

0 comments on commit 458c841

Please sign in to comment.