Skip to content

Commit

Permalink
Update for 2.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Mar 19, 2016
1 parent 6b36a13 commit 2197224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2197224

Please sign in to comment.