Skip to content

Commit

Permalink
Merge pull request #2 from tgoettlicher/master
Browse files Browse the repository at this point in the history
version
  • Loading branch information
tgoettlicher committed Jun 29, 2012
2 parents b5bee95 + fb8919f commit cff2c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "21" )
SET( VERSION_PATCH "25" )
SET( VERSION_MINOR "42" )
SET( VERSION_PATCH "0"" )
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
##### This is need for the libyui core, ONLY.
Expand Down
2 changes: 1 addition & 1 deletion libyui-qt-pkg.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Summary: @SUMMARY@
Group: System/Libraries

Requires: lib@BASELIB@@SONAME_MAJOR@
Provides: lib@BASELIB@-ncurses = %{version}
Provides: lib@BASELIB@-qt = %{version}

Provides: yast2-qt-pkg = 2.42.0
Obsoletes: yast2-qt-pkg < 2.42.0
Expand Down

0 comments on commit cff2c72

Please sign in to comment.