Skip to content

Commit 95ae7fb

Browse files
sysfsutils: bump to version 2.1.1
Changes since v2.1.0: - Moved to git from CVS repository - Modernized build system - Source compiles on latest compilers - Various bug fixes - Removed Changelog and NEWS files - Adjusted COPYING file to reflect set of directories covered under GPLv2 - Added SUSE-specific libsysfs.conf - Improvements to adopt git workflow - Integration with Travis-CI - Updated the documentation Special thanks to all the sysfsutils package maintainers. Thanks to: Aurelien Jarno, Christopher Engelhard, Guillem Jover, Kamalesh Babulal, Lee Duncan, Martin Pitt, Timm Bäder Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
1 parent dde5df3 commit 95ae7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT([sysfsutils], [2.1.0], [https://github.com/linux-ras/sysfsutils/issues])
2+
AC_INIT([sysfsutils], [2.1.1], [https://github.com/linux-ras/sysfsutils/issues])
33
AC_CONFIG_SRCDIR([cmd/systool.c])
44
AC_CONFIG_MACRO_DIR([m4])
55

0 commit comments

Comments
 (0)