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

View File

@ -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)