Skip to content

Commit

Permalink
2.4.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Dec 22, 2015
1 parent 20ba6dc commit 8542392
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ enable_testing()

# Version setup
set(GAMMARAY_VERSION_MAJOR "2")
set(GAMMARAY_VERSION_MINOR "3")
set(GAMMARAY_VERSION_PATCH "99")
set(GAMMARAY_VERSION_MINOR "4")
set(GAMMARAY_VERSION_PATCH "0")
set(GAMMARAY_VERSION "${GAMMARAY_VERSION_MAJOR}.${GAMMARAY_VERSION_MINOR}.${GAMMARAY_VERSION_PATCH}")
set(GAMMARAY_VERSION_STRING "${GAMMARAY_VERSION}")
set(GAMMARAY_SOVERSION "2.4.0")
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.0) final; urgency=low

* 2.4.0 final release

-- Allen Winter <[email protected]> Tue, 22 Dec 2015 09:30:00 -0500

gammaray (2.3.99) final; urgency=low

* 2.4.0 rc1 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.3.99
Version: 2.4.0
Binary: gammaray
Maintainer: Allen Winter <[email protected]>
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.3.99.tar.gz
00000000000000000000000000000000 00000 gammaray-2.4.0.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.3.99
Version: 2.4.0
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
* Tue Dec 22 2015 Allen Winter <[email protected]> 2.4.0
2.4.0 final
* Sun Dec 20 2015 Allen Winter <[email protected]> 2.3.99
2.4.0 release candidate 1
* Tue Jan 27 2015 Allen Winter <[email protected]> 2.2.1
Expand Down

0 comments on commit 8542392

Please sign in to comment.