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: configuration:
- Release - Release

View File

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