new mkChangelog script also creating git version tags
[platform/upstream/libzypp.git] / VERSION.cmake
index 039441a..ac9b798 100644 (file)
 # ==================================================
 
 #=======
-# - 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 "8")
-SET(LIBZYPP_COMPATMINOR "7")
-SET(LIBZYPP_MINOR "9")
-SET(LIBZYPP_PATCH "0")
-#
-# LAST RELEASED: 8.9.0 (7)
+#   - 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")
+SET(LIBZYPP_MINOR "3")
+SET(LIBZYPP_PATCH "5")
+#
+# LAST RELEASED: 10.3.5 (3)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======