From e88981540260904ba53e692ae1df812ee6b64fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 6 Oct 2024 12:44:01 +0200 Subject: [PATCH] Version++ --- .appveyor.yml | 2 +- pbfplugin.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 959cb93..5f4e2ed 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 3.1.{build} +version: 3.2.{build} configuration: - Release diff --git a/pbfplugin.pro b/pbfplugin.pro index 1fccace..a4fd7a1 100644 --- a/pbfplugin.pro +++ b/pbfplugin.pro @@ -2,7 +2,7 @@ TARGET = pbf TEMPLATE = lib CONFIG += plugin QT += gui -VERSION = 3.1 +VERSION = 3.2 PROTOS = protobuf/vector_tile.proto include(protobuf/vector_tile.pri)