Version++

This commit is contained in:
Martin Tůma 2023-10-22 23:47:28 +02:00
parent 8cf73b5bb5
commit a7b7d16f4f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 2.5.{build} version: 2.6.{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.5 VERSION = 2.6
PROTOS = protobuf/vector_tile.proto PROTOS = protobuf/vector_tile.proto
include(protobuf/vector_tile.pri) include(protobuf/vector_tile.pri)