remove base/Deprecated.h (macros now in APIConfig.h)
[platform/upstream/libzypp.git] / VERSION.cmake
index ac9b798..42912b5 100644 (file)
 #     - 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.
+#       -m "tagging MAJOR.MINOR.PATCH".
 #
 # - 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")
+SET(LIBZYPP_MAJOR "11")
+SET(LIBZYPP_COMPATMINOR "5")
+SET(LIBZYPP_MINOR "5")
+SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 10.3.5 (3)
+# LAST RELEASED: 11.5.0 (5)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======