Skip to content

Commit

Permalink
update release files and tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbidulock committed Jul 3, 2015
1 parent 17d0f81 commit 159eedc
Show file tree
Hide file tree
Showing 39 changed files with 3,624 additions and 3,623 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SUBDIRS = src po doc lib

EXTRA_DIST = \
INSTALL \
INSTALL.cmakebuild \
COPYING \
AUTHORS \
NEWS \
Expand All @@ -25,7 +26,8 @@ EXTRA_DIST = \
doc/CMakeLists.txt \
lib/CMakeLists.txt \
po/CMakeLists.txt \
src/CMakeLists.txt
src/CMakeLists.txt \
src/config.cmake.h.in


CLEANFILES = THANKS README ChangeLog icewm.lsm icewm.spec
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ it in winter ;-) The aim of IceWM is to have good 'Feel' and decent
**_Quick Start_**
---

This is the icewm-1.3.9 package, released under LGPL license 2014-09-01. This release as well as future versions here, can all be obtained from the GitHub repository using a command such as:
This is the icewm-1.3.9.109 package, released under LGPL license 2015-07-02. This release as well as future versions here, can all be obtained from the GitHub repository using a command such as:

git clone http://github.com/bbidulock/icewm.git

Expand Down Expand Up @@ -58,7 +58,7 @@ file `COPYING'.

Documentation for configuring the window manager can be obtained from
http://www.icewm.org/ or from the online manual: point your browser at
file:///usr/share/doc/icewm-1.3.9/icewm.html.
file:///usr/share/doc/icewm-1.3.9.109/icewm.html.

Unfortunately the documentation is for version 1.2.27 and is incomplete
at that; however, it is for the most part usable. Also, a rather sparse
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([icewm],[1.3.9],[http://github.com/bbidulock/icewm])
AC_INIT([icewm],[1.3.9.109],[http://github.com/bbidulock/icewm])
AC_CONFIG_SRCDIR([src/ysmapp.cc])
AC_CONFIG_AUX_DIR([scripts])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_TARGET

DATE='2015-02-01'
DATE='2015-07-02'
AC_SUBST([DATE])

APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icewmtray'
Expand Down Expand Up @@ -43,7 +43,7 @@ LT_LANG([C++])
AC_PROG_LIBTOOL
AC_SUBST([LIBTOOL_DEPS])

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

AC_ARG_ENABLE([i18n],
Expand Down
Loading

0 comments on commit 159eedc

Please sign in to comment.