Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version #2

Merged
merged 2 commits into from Jun 29, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions VERSION.cmake
@@ -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
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