Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoettlicher committed Jul 3, 2012
1 parent f27bf10 commit 67bbfab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
File renamed without changes.
10 changes: 9 additions & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "19")
SET(VERSION_MINOR "42")
SET(VERSION_PATCH "0")
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )

##### This is need for the libyui core, ONLY.
##### These will be overridden from exports in LibyuiConfig.cmake
SET( SONAME_MAJOR "4" )
SET( SONAME_MINOR "0" )
SET( SONAME_PATCH "0" )
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )
5 changes: 5 additions & 0 deletions libyui-qt-graph-doc.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Tue Jul 03 14:46:11 UTC 2012 - tgoettlicher@suse.de

- New package

0 comments on commit 67bbfab

Please sign in to comment.