File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
### v0.91 / 2019-04-01
2
10
3
11
[ Commit list] ( https://github.com/intel/ledmon/compare/v0.90...v0.91 )
Original file line number Diff line number Diff line change 1
- This package contains the Enclosure LED Utilities, version 0.91
1
+ This package contains the Enclosure LED Utilities, version 0.92
2
2
3
3
Copyright (C) 2009-2019 Intel Corporation.
4
4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ MAN8_INSTDIR=$(MAN_INSTDIR)/man8
23
23
MAN5_INSTDIR =$(MAN_INSTDIR ) /man5
24
24
25
25
RELEASE_DATE? ="April 2019"
26
- RELEASE_VER? =0.91
26
+ RELEASE_VER? =0.92
27
27
28
28
default : all
29
29
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Intel(R) Enclosure LED Utilities
3
- * Copyright (C) 2009-2018 Intel Corporation.
3
+ * Copyright (C) 2009-2019 Intel Corporation.
4
4
*
5
5
* This program is free software; you can redistribute it and/or modify it
6
6
* under the terms and conditions of the GNU General Public License,
33
33
* in makefile to reflect current version number.
34
34
*/
35
35
#ifndef VERSION_MINOR
36
- #define VERSION_MINOR 91
36
+ #define VERSION_MINOR 92
37
37
#endif
38
38
39
39
#endif /* _VERSION_H_INCLUDED_ */
You can’t perform that action at this time.
0 commit comments