X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=VERSION.cmake;h=ac9b798f84738a3b0e8f2e5beba060777ffc10d4;hb=a48cda0635aa1e5cf21d9957ea42b6559c55de7a;hp=cbfe0622074296ced48cde918e8406c3092804ea;hpb=ea4a12c39cd467929e191b1465ebcf00dc373c8b;p=platform%2Fupstream%2Flibzypp.git diff --git a/VERSION.cmake b/VERSION.cmake index cbfe062..ac9b798 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -45,18 +45,18 @@ # ================================================== #======= -# - 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. +# - 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. +# +# - Consider calling ./mkChangelog to assist you. +# See './mkChangelog -h' for help. # SET(LIBZYPP_MAJOR "10") SET(LIBZYPP_COMPATMINOR "3")