Skip to content

Commit

Permalink
Update to version 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jul 27, 2017
1 parent bbcaf15 commit 9b13b28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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=1.3.12.195
VERSION=1.4.0
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([icewm],[1.3.12.288],[https://github.com/bbidulock/icewm/issues])
AC_REVISION([1.3.12.288])
AC_INIT([icewm],[1.4.0],[https://github.com/bbidulock/icewm/issues])
AC_REVISION([1.4.0])
AC_CONFIG_SRCDIR([src/ysmapp.cc])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_TARGET

DATE='2017-05-04'
DATE='2017-07-24'
AC_SUBST([DATE])

APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icewmtray'
Expand Down

0 comments on commit 9b13b28

Please sign in to comment.