diff options
author | Michael Andres <ma@suse.de> | 2008-11-17 13:52:45 +0000 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2008-11-17 13:52:45 +0000 |
commit | c4549a011b7644de6ab6abaeac561eabe213968d (patch) | |
tree | 0a457b24c99b304d6a24ed412870674cbdfc3840 /VERSION.cmake | |
parent | df429c1399b2886a18bfed911cba5ab8567c6866 (diff) | |
download | libsolv-c4549a011b7644de6ab6abaeac561eabe213968d.tar.gz libsolv-c4549a011b7644de6ab6abaeac561eabe213968d.tar.bz2 libsolv-c4549a011b7644de6ab6abaeac561eabe213968d.zip |
- Parse RELEASE tag from contentfile (bnc #444978)
Diffstat (limited to 'VERSION.cmake')
-rw-r--r-- | VERSION.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.cmake b/VERSION.cmake index 23dee8a..39d1ae6 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -46,6 +46,6 @@ SET(LIBSATSOLVER_MAJOR "0") SET(LIBSATSOLVER_MINOR "12") -SET(LIBSATSOLVER_PATCH "2") +SET(LIBSATSOLVER_PATCH "3") # last released 0.12.2 |