X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=VERSION.cmake;h=42912b553737b6ededef841db239faceda324ad9;hb=45432c65aad2f9bae96d8d27363d3f8b00f0c69d;hp=ab5f04184bc4ba49cc844154dcb462b01c6b2c6d;hpb=f8039d7416bdd5aaa348d8d3b7a1d474a4ae7cee;p=platform%2Fupstream%2Flibzypp.git diff --git a/VERSION.cmake b/VERSION.cmake index ab5f041..42912b5 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -45,24 +45,24 @@ # ================================================== #======= -# - Update version according to your changes, -# but based on 'LAST RELEASED:' below. I.e -# there's no need to increase LIBZYPP_MINOR -# if it already differs from 'LAST RELEASED:'. -# # - MOST IMPORTANT: -# Before you submitt to autobuild, rmember the -# new version in 'LAST RELEASED:', and add a -# note in the changes file. -# -# - Consider calling ./mkChangelog to edit the -# changes file. See './mkChangelog -h' for help. -# -SET(LIBZYPP_MAJOR "9") -SET(LIBZYPP_COMPATMINOR "8") -SET(LIBZYPP_MINOR "8") -SET(LIBZYPP_PATCH "1") -# -# LAST RELEASED: 9.8.1 (8) +# - Before you submitt to git: +# - Remember the new version in 'LAST RELEASED:' +# - State the new version in the changes file by adding a line +# "- version MAJOR.MINOR.PATCH (COMPATMINOR)" +# - Commit changes and version files together in a separate +# commit using -m 'changes MAJOR.MINOR.PATCH (COMPATMINOR)' +# - Tag the above commit with 'MAJOR.MINOR.PATCH' using +# -m "tagging MAJOR.MINOR.PATCH". +# +# - Consider calling ./mkChangelog to assist you. +# See './mkChangelog -h' for help. +# +SET(LIBZYPP_MAJOR "11") +SET(LIBZYPP_COMPATMINOR "5") +SET(LIBZYPP_MINOR "5") +SET(LIBZYPP_PATCH "0") +# +# LAST RELEASED: 11.5.0 (5) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #=======