Skip to content

Commit

Permalink
fixed so version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoettlicher committed May 6, 2013
1 parent ac21f55 commit 0c99841
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 6 10:10:08 CEST 2013 - tgoettlicher@suse.de

- Fixed so version
- Version 2.42.6

-------------------------------------------------------------------
Thu Jan 17 14:34:22 CET 2013 - tgoettlicher@suse.de

Expand Down
4 changes: 2 additions & 2 deletions VERSION.cmake
@@ -1,11 +1,11 @@
SET( VERSION_MAJOR "2" )
SET( VERSION_MINOR "42" )
SET( VERSION_PATCH "5" )
SET( VERSION_PATCH "6" )
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_MAJOR "5" )
SET( SONAME_MINOR "0" )
SET( SONAME_PATCH "0" )
SET( SONAME "${SONAME_MAJOR}.${SONAME_MINOR}.${SONAME_PATCH}" )

0 comments on commit 0c99841

Please sign in to comment.