remove base/Deprecated.h (macros now in APIConfig.h)
[platform/upstream/libzypp.git] / VERSION.cmake
index bb63943..42912b5 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")
+#   - 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 "6")
+SET(LIBZYPP_MINOR "5")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 8.6.0 (5)
+# LAST RELEASED: 11.5.0 (5)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======