Version++

This commit is contained in:
Martin Tůma 2023-12-10 14:44:36 +01:00
parent 39ffdaf616
commit d5c315efbe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 2.6.{build}
version: 2.7.{build}
configuration:
- Release

View File

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