Skip to content

Commit

Permalink
update release files
Browse files Browse the repository at this point in the history
  • Loading branch information
bbidulock committed May 17, 2015
1 parent b80b4b2 commit 1821c97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Blackbox -- read me first file. 2014-08-31
Blackbox -- read me first file. 2015-05-16


Blackbox
========

Package blackbox-0.71 was released under MIT license 2014-08-31.
Package blackbox-0.71.1 was released under MIT license 2015-05-16.

This is a fork of the original Blackbox CVS that is on Sourceforge:
(http://blackboxwm.sourceforge.net). This fork is hosted on GitHub at
Expand All @@ -18,7 +18,7 @@ enhanced EWMH/ICCCM compliance.
Release
-------

This is the blackbox-0.71 package, released 2014-08-31. This release,
This is the blackbox-0.71.1 package, released 2015-05-16. This release,
and the latest version, can be obtained from the GitHub repository at
(http://github.com/bbidulock/blackboxwm), using a command such as:

Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([blackbox],[0.71],[http://github.com/bbidulock/blackboxwm])
AC_REVISION([0.71])
AC_INIT([blackbox],[0.71.1],[http://github.com/bbidulock/blackboxwm])
AC_REVISION([0.71.1])
AC_CONFIG_SRCDIR([src/blackbox.cc])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS

DATE='2014-08-31'
DATE='2015-05-16'
AC_SUBST([DATE])

# Initialize Automake
Expand Down Expand Up @@ -38,7 +38,7 @@ LT_LANG([C++])
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)

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

AC_HEADER_STDC
Expand Down

0 comments on commit 1821c97

Please sign in to comment.