wmtime: Bump to version 1.2.
This commit is contained in:
parent
59e8a712dc
commit
4b9666e97d
|
@ -3,6 +3,21 @@ WMTime changes.
|
||||||
Version Description
|
Version Description
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
|
1.2 - Released 150103
|
||||||
|
- Remove unused variables.
|
||||||
|
- Use rm -f in make clean.
|
||||||
|
- Update FSF address.
|
||||||
|
- Update GPLv2 from
|
||||||
|
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
||||||
|
- Update README contact information; remove trailing
|
||||||
|
whitespaces.
|
||||||
|
- Remove trailing whitespace.
|
||||||
|
- Remove unnecessary Imakefile.
|
||||||
|
- Move source files to top directory.
|
||||||
|
- Update Makefile.
|
||||||
|
- Add -l option to specify locale.
|
||||||
|
- Remove unnecessary references to current version number.
|
||||||
|
|
||||||
1.1 - Released 131013
|
1.1 - Released 131013
|
||||||
- Incorporated many patches from Debian, including
|
- Incorporated many patches from Debian, including
|
||||||
+ Added manual page
|
+ Added manual page
|
||||||
|
|
|
@ -92,7 +92,7 @@ const char* default_left_action = NULL;
|
||||||
const char* default_middle_action = NULL;
|
const char* default_middle_action = NULL;
|
||||||
const char* default_right_action = NULL;
|
const char* default_right_action = NULL;
|
||||||
|
|
||||||
#define WMTIME_VERSION "1.1"
|
#define WMTIME_VERSION "1.2"
|
||||||
|
|
||||||
/********************/
|
/********************/
|
||||||
/* Global Variables */
|
/* Global Variables */
|
||||||
|
|
Loading…
Reference in a new issue