Skip to content

Commit

Permalink
Prepare for 2.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Sep 18, 2020
1 parent 859c60a commit e599d37
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .qmake.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MODULE_VERSION = 2.11.1
MODULE_VERSION = 2.11.2
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ endif()
# Version setup
set(GAMMARAY_VERSION_MAJOR "2")
set(GAMMARAY_VERSION_MINOR "11")
set(GAMMARAY_VERSION_PATCH "1")
set(GAMMARAY_VERSION_PATCH "2")
set(GAMMARAY_VERSION "${GAMMARAY_VERSION_MAJOR}.${GAMMARAY_VERSION_MINOR}.${GAMMARAY_VERSION_PATCH}")
set(GAMMARAY_VERSION_STRING "${GAMMARAY_VERSION}")
set(GAMMARAY_SOVERSION "2.11.1")
set(GAMMARAY_SOVERSION "2.11.2")
set(GAMMARAY_PLUGIN_VERSION "2.11")
set(PROJECT_VERSION_STRING "${GAMMARAY_VERSION_STRING}")
if(ANDROID)
Expand Down
2 changes: 1 addition & 1 deletion conan/GammaRay/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class GammaRayConan(ConanFile):
name = "GammaRay"
version = "2.11.1"
version = "2.11.2"
license = ("https://raw.githubusercontent.com/KDAB/GammaRay/{0}/LICENSE.txt,"
"https://raw.githubusercontent.com/KDAB/GammaRay/{0}/LICENSE.GPL.txt,"
"https://raw.githubusercontent.com/KDAB/GammaRay/{0}/LICENSE.BSD3.txt").format(version)
Expand Down
6 changes: 6 additions & 0 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
gammaray (2.11.2) final; urgency=low

* 2.11.2 patchlevel release

-- Allen Winter <[email protected]> Fri, 18 Sep 2020 08:30:00 -0500

gammaray (2.11.1) final; urgency=low

* 2.11.1 patchlevel release
Expand Down
4 changes: 2 additions & 2 deletions gammaray.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: gammaray
Version: 2.11.1
Version: 2.11.2
Binary: gammaray
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-private-dev, qtdeclarative5-dev, qtdeclarative5-private-dev, qtdeclarative5-dev-tools, qtscript5-dev, qttools5-dev, qttools5-dev-tools, libqt5svg5-dev, libqt5webkit5-dev, libwayland-dev, kdstatemachineeditor

Files:
00000000000000000000000000000000 00000 gammaray-2.11.1.tar.gz
00000000000000000000000000000000 00000 gammaray-2.11.2.tar.gz
6 changes: 4 additions & 2 deletions gammaray.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: gammaray
Version: 2.11.1
Version: 2.11.2
Release: 1
Summary: An introspection tool for Qt applications
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-%{version}.tar.gz.asc
Url: https://github.com/KDAB/GammaRay
Group: Development/Tools
License: GPL-2.0+
License: GPL-2.0-or-later.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Vendor: Klaralvdalens Datakonsult AB (KDAB)
Packager: Klaralvdalens Datakonsult AB (KDAB) <[email protected]>
Expand Down Expand Up @@ -176,6 +176,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE
%{_prefix}/mkspecs/modules/*.pri

%changelog
* Fri Sep 18 2020 Allen Winter <[email protected]> 2.11.2
2.11.2 patchlevel release
* Tue Mar 03 2020 Allen Winter <[email protected]> 2.11.1
2.11.1 patchlevel release
* Wed Jul 03 2019 Allen Winter <[email protected]> 2.11.0
Expand Down

0 comments on commit e599d37

Please sign in to comment.