Skip to content

Commit

Permalink
This would be become version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Oct 9, 2024
1 parent a6105a2 commit 3a51c1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MODULE_VERSION = 3.1.0
MODULE_VERSION = 3.2.0
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Highlights
==================

Version 3.1.1 (unreleased)
Version 3.2.0 (unreleased)
--------------------------
*

Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cmake_minimum_required(VERSION 3.16.0)

project(
GammaRay
VERSION 3.1.1
VERSION 3.2.0
LANGUAGES CXX C
)

Expand Down Expand Up @@ -193,8 +193,8 @@ set(GAMMARAY_VERSION_MINOR ${PROJECT_VERSION_MINOR})
set(GAMMARAY_VERSION_PATCH ${PROJECT_VERSION_PATCH})
set(GAMMARAY_VERSION ${PROJECT_VERSION})
set(GAMMARAY_VERSION_STRING "${GAMMARAY_VERSION}")
set(GAMMARAY_SOVERSION "3.1.0")
set(GAMMARAY_PLUGIN_VERSION "3.1")
set(GAMMARAY_SOVERSION "3.2.0")
set(GAMMARAY_PLUGIN_VERSION "3.2")
set(PROJECT_VERSION_STRING "${GAMMARAY_VERSION_STRING}")
if(ANDROID)
# non-rooted Android doesn't like .so versions and requires the lib prefix
Expand Down
2 changes: 1 addition & 1 deletion conan/GammaRay/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class GammaRayConan(ConanFile):
name = "GammaRay"
version = "3.1.0"
version = "3.2.0"
license = "https://raw.githubusercontent.com/KDAB/GammaRay/{0}/LICENSE.txt".format(version)
author = "Klaralvdalens Datakonsult AB (KDAB) [email protected]"
url = "https://github.com/KDAB/GammaRay.git"
Expand Down

0 comments on commit 3a51c1a

Please sign in to comment.