From 21972249d1ae03587a7497fc40a0a7e37dfbb79b Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sat, 19 Mar 2016 21:27:42 +0000 Subject: [PATCH] Update for 2.6.6 release --- NEWS | 2 +- configure.ac | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 5c4c4a794..5634408ca 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Note, the changes for the last STABLE release start with release 2.6.0. ------------------------------------------------------------------- -Changes in stable release 2.6.6 (not released yet) +Changes in stable release 2.6.6 (15-Mar-2016) * New fvwm features: diff --git a/configure.ac b/configure.ac index 94b954da9..2678a7924 100644 --- a/configure.ac +++ b/configure.ac @@ -4,16 +4,16 @@ AC_PREREQ(2.60) AC_INIT(fvwm/fvwm.c) dnl should be "yes" only within the released distribution -ISRELEASED=no +ISRELEASED=yes version=2.6.6 VERSIONINFO="" dnl date of the released version (please zero pad the day in the last 2 dates) dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04" dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d" -RELDATELONG="20 April 2012" -RELDATESHORT="02-Apr-2012" -RELDATENUM="2012-04-20" +RELDATELONG="15 March 2016" +RELDATESHORT="15-Mar-2016" +RELDATENUM="2016-03-15" # constant variable settings FVWMNAMELONG="F? Virtual Window Manager"