-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #505 from tasleson/new_release
New release
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ Patches have also been contributed by (alphabetical): | |
Anthony Davies <[email protected]> | ||
Blaine Gardner <[email protected]> | ||
Bo Wu <[email protected]> | ||
Brian Bunker <[email protected]> | ||
Charles Rose <[email protected]> | ||
Christophe Fergeau <[email protected]> | ||
Christophe Stoyanov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ dnl Copyright (C) 2011-2016 Red Hat, Inc. | |
dnl See COPYING.LIB for the License of this software | ||
|
||
AC_INIT( | ||
[libstoragemgmt], [1.9.3], [[email protected]], | ||
[libstoragemgmt], [1.9.4], [[email protected]], | ||
[], [https://github.com/libstorage/libstoragemgmt/]) | ||
AC_CONFIG_SRCDIR([configure.ac]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|