diff --git a/.appveyor.yml b/.appveyor.yml index e5a9daa..419bb5b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 2.5.{build} +version: 2.6.{build} configuration: - Release diff --git a/pbfplugin.pro b/pbfplugin.pro index 5406d46..88b9e91 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -2,7 +2,7 @@ TARGET = pbf TEMPLATE = lib CONFIG += plugin QT += gui -VERSION = 2.5 +VERSION = 2.6 PROTOS = protobuf/vector_tile.proto include(protobuf/vector_tile.pri)