Skip to content

Commit 115d1d6

Browse files
committed
Release 0.92
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@intel.com>
1 parent 16da8f7 commit 115d1d6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.92 / 2019-04-12
2+
3+
[Commit list](https://github.com/intel/ledmon/compare/v0.91-fixed...v0.92)
4+
5+
Bug fixes
6+
* Silence warning and error messages.
7+
8+
19
### v0.91 / 2019-04-01
210

311
[Commit list](https://github.com/intel/ledmon/compare/v0.90...v0.91)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This package contains the Enclosure LED Utilities, version 0.91
1+
This package contains the Enclosure LED Utilities, version 0.92
22

33
Copyright (C) 2009-2019 Intel Corporation.
44

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MAN8_INSTDIR=$(MAN_INSTDIR)/man8
2323
MAN5_INSTDIR=$(MAN_INSTDIR)/man5
2424

2525
RELEASE_DATE?="April 2019"
26-
RELEASE_VER?=0.91
26+
RELEASE_VER?=0.92
2727

2828
default: all
2929

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Intel(R) Enclosure LED Utilities
3-
* Copyright (C) 2009-2018 Intel Corporation.
3+
* Copyright (C) 2009-2019 Intel Corporation.
44
*
55
* This program is free software; you can redistribute it and/or modify it
66
* under the terms and conditions of the GNU General Public License,
@@ -33,7 +33,7 @@
3333
* in makefile to reflect current version number.
3434
*/
3535
#ifndef VERSION_MINOR
36-
#define VERSION_MINOR 91
36+
#define VERSION_MINOR 92
3737
#endif
3838

3939
#endif /* _VERSION_H_INCLUDED_ */

0 commit comments

Comments
 (0)