diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfe3c90..2e0c68ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README b/README index 1feb742f..58efbeb0 100644 --- a/README +++ b/README @@ -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. diff --git a/doc/Makefile b/doc/Makefile index 1e09a668..3ad258ae 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/src/version.h b/src/version.h index e65a63ce..74fe39bb 100644 --- a/src/version.h +++ b/src/version.h @@ -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, @@ -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_ */