Increase major version due to the API change

The API should be backward compatible but the overzoom extension should rather
be promoted with a major version number change.
This commit is contained in:
2023-12-10 18:14:54 +01:00
parent 3ef6c55d20
commit c86eb7bac2
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ TARGET = pbf
TEMPLATE = lib
CONFIG += plugin
QT += gui
VERSION = 2.7
VERSION = 3.0
PROTOS = protobuf/vector_tile.proto
include(protobuf/vector_tile.pri)