Skip to content

Commit

Permalink
Release 0.92
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Tkaczyk <[email protected]>
  • Loading branch information
mtkaczyk committed Apr 12, 2019
1 parent 16da8f7 commit 115d1d6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v0.92 / 2019-04-12

[Commit list](https://github.com/intel/ledmon/compare/v0.91-fixed...v0.92)

Bug fixes
* Silence warning and error messages.


### v0.91 / 2019-04-01

[Commit list](https://github.com/intel/ledmon/compare/v0.90...v0.91)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This package contains the Enclosure LED Utilities, version 0.91
This package contains the Enclosure LED Utilities, version 0.92

Copyright (C) 2009-2019 Intel Corporation.

Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAN8_INSTDIR=$(MAN_INSTDIR)/man8
MAN5_INSTDIR=$(MAN_INSTDIR)/man5

RELEASE_DATE?="April 2019"
RELEASE_VER?=0.91
RELEASE_VER?=0.92

default: all

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Intel(R) Enclosure LED Utilities
* Copyright (C) 2009-2018 Intel Corporation.
* Copyright (C) 2009-2019 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down Expand Up @@ -33,7 +33,7 @@
* in makefile to reflect current version number.
*/
#ifndef VERSION_MINOR
#define VERSION_MINOR 91
#define VERSION_MINOR 92
#endif

#endif /* _VERSION_H_INCLUDED_ */

0 comments on commit 115d1d6

Please sign in to comment.