Skip to content

Commit

Permalink
prep for 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Mar 11, 2016
1 parent 5cdd0be commit 4cf2c07
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ enable_testing()
# Version setup
set(GAMMARAY_VERSION_MAJOR "2")
set(GAMMARAY_VERSION_MINOR "4")
set(GAMMARAY_VERSION_PATCH "0")
set(GAMMARAY_VERSION_PATCH "1")
set(GAMMARAY_VERSION "${GAMMARAY_VERSION_MAJOR}.${GAMMARAY_VERSION_MINOR}.${GAMMARAY_VERSION_PATCH}")
set(GAMMARAY_VERSION_STRING "${GAMMARAY_VERSION}")
set(GAMMARAY_SOVERSION "2.4.0")
set(GAMMARAY_SOVERSION "2.4.1")
set(GAMMARAY_PLUGIN_VERSION "2.4")
set(PROJECT_VERSION_STRING "${GAMMARAY_VERSION_STRING}")
if(ANDROID)
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.4.1) final; urgency=low

* 2.4.1 final release

-- Allen Winter <allen.winter@kdab.com> Fri, 11 Mar 2016 09:30:00 -0500

gammaray (2.4.0) final; urgency=low

* 2.4.0 final release
Expand Down
4 changes: 2 additions & 2 deletions gammaray-qt4.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: gammaray
Version: 2.4.0
Version: 2.4.1
Binary: gammaray
Maintainer: Allen Winter <allen.winter@kdab.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, libqt4-dev, libqtwebkit-dev, graphviz-dev

Files:
00000000000000000000000000000000 00000 gammaray-2.4.0.tar.gz
00000000000000000000000000000000 00000 gammaray-2.4.1.tar.gz
8 changes: 6 additions & 2 deletions gammaray-qt4.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gammaray-qt4
Version: 2.4.0
Version: 2.4.1
Release: 1
Summary: An introspection tool for Qt applications
Source: gammaray-%{version}.tar.gz
Expand Down Expand Up @@ -112,8 +112,12 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DGAMMARAY_PROBE_
%{_libdir}/gammaray/*/*/gammaray_kjobtracker_ui.desktop

%changelog
* Sun Dec 20 2015 Allen Winter <allen.winter@kdab.com> 2.3.99
* Fri Mar 11 2016 Allen Winter <allen.winter@kdab.com> 2.4.1
2.4.1 final
* Tue Dec 22 2015 Allen Winter <allen.winter@kdab.com> 2.4.0
2.4.0 final
* Sun Dec 20 2015 Allen Winter <allen.winter@kdab.com> 2.3.99
2.4.0 release candidate 1
* Fri Jul 10 2015 Allen Winter <allen.winter@kdab.com> 2.3.0
2.3.0 final
* Tue Jan 27 2015 Allen Winter <allen.winter@kdab.com> 2.2.1
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.4.0
Version: 2.4.1
Binary: gammaray
Maintainer: Allen Winter <allen.winter@kdab.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, qt5-default, qtbase5-private-dev, qtdeclarative5-dev, qtdeclarative5-private-dev, qtscript5-dev, qttools5-dev, libqt5svg5-dev, libqt5webkit5-dev, graphviz-dev, kdstatemachineeditor

Files:
00000000000000000000000000000000 00000 gammaray-2.4.0.tar.gz
00000000000000000000000000000000 00000 gammaray-2.4.1.tar.gz
4 changes: 3 additions & 1 deletion gammaray.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gammaray
Version: 2.4.0
Version: 2.4.1
Release: 1
Summary: An introspection tool for Qt applications
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -151,6 +151,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE
%{_libdir}/qt5/mkspecs/modules/*

%changelog
* Fri Mar 11 2016 Allen Winter <allen.winter@kdab.com> 2.4.1
2.4.1 final
* Tue Dec 22 2015 Allen Winter <allen.winter@kdab.com> 2.4.0
2.4.0 final
* Sun Dec 20 2015 Allen Winter <allen.winter@kdab.com> 2.3.99
Expand Down

0 comments on commit 4cf2c07

Please sign in to comment.