Version++

This commit is contained in:
Martin Tůma 2024-02-03 16:58:18 +01:00
parent ff3d11e8da
commit aab4a5dc55
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version: 3.0.{build}
version: 3.1.{build}
configuration:
- Release

View File

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