Version++

This commit is contained in:
Martin Tůma 2023-10-06 22:55:40 +02:00
parent d6a24a4498
commit 71331b06f1
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: 2.4.{build}
version: 2.5.{build}
configuration:
- Release

View File

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