wmail: bumped to 2.1.
This commit is contained in:
parent
bc982a37f6
commit
ea206ef933
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2019-06-06 Jeremy Sowden <jeremy@azazel.net>
|
||||||
|
|
||||||
|
* wmail/ChangeLog, wmail/README, wmail/configure.ac: wmail: bumped
|
||||||
|
to 2.1.
|
||||||
|
|
||||||
2019-06-06 Jeremy Sowden <jeremy@azazel.net>
|
2019-06-06 Jeremy Sowden <jeremy@azazel.net>
|
||||||
|
|
||||||
* wmail/ChangeLog: wmail: added new ChangeLog.
|
* wmail/ChangeLog: wmail: added new ChangeLog.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name : wmail
|
Name : wmail
|
||||||
Description : a enhanced Window Maker email flagging docklet
|
Description : a enhanced Window Maker email flagging docklet
|
||||||
Current version : 2.0
|
Current version : 2.1
|
||||||
Licence : see file COPYING for licencing details
|
Licence : see file COPYING for licencing details
|
||||||
Web/Home : https://www.dockapps.net/wmail
|
Web/Home : https://www.dockapps.net/wmail
|
||||||
Contact : Window Maker Developers <wmaker-dev@googlegroups.com>
|
Contact : Window Maker Developers <wmaker-dev@googlegroups.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT([wmail], [2.0], [wmaker-dev@googlegroups.com])
|
AC_INIT([wmail], [2.1], [wmaker-dev@googlegroups.com])
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_SRCDIR([src/wmail.c])
|
AC_CONFIG_SRCDIR([src/wmail.c])
|
||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|
Loading…
Reference in a new issue