diff --git a/ChangeLog b/ChangeLog index c8fbb25..ebcdc1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 26 13:12:05 UTC 2014 - mvidner@suse.com + +- Really added the libqdiagsolver conflict (bnc#870683, bnc#866622). +- 2.44.7 + ------------------------------------------------------------------- Mon Jul 28 12:23:18 UTC 2014 - mvidner@suse.com diff --git a/VERSION.cmake b/VERSION.cmake index 1ac25c3..6b2b505 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "44" ) -SET( VERSION_PATCH "6" ) +SET( VERSION_PATCH "7" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) ##### This is need for the libyui core, ONLY.