diff --git a/README.md b/README.md index e1bce219..8aeb62f9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Fork of hyperic/sigar with some fixes. Support only ruby binding. [2.0.2] * Remove obsolete rpc usage (fix compilation fail with glibc 2.27) ([commit](https://github.com/kostya/sigar/commit/a971b9e8e1443fdf236c5ffa199c1994c05fcd4b)) +[2.0.4] +* fix compilation with glibc 2.26, major/minor functions ([commit](https://github.com/kostya/sigar/commit/a2c67588d0f686e0007dadcaf0e4bbb35c0e1e83)) + ## Installation: diff --git a/version.properties b/version.properties index 60938e86..50698341 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ copyright.year=2004-2011 version.major=2 version.minor=0 -version.maint=2 +version.maint=4 version.build=0 project.name=kostya-sigar project.author=Doug MacEachern