Skip to content

Commit

Permalink
various - prep for 1.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jun 21, 2018
1 parent 63ca52a commit e415a2f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.2.4:
-------------
* Fix minor compile error

Version 1.2.3:
-------------
* minor syncing with externals
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ project(kdstatemachineeditor CXX C)
# Version setup
set(KDSME_VERSION_MAJOR "1")
set(KDSME_VERSION_MINOR "2")
set(KDSME_VERSION_PATCH "3")
set(KDSME_VERSION_PATCH "4")
set(KDSME_VERSION "${KDSME_VERSION_MAJOR}.${KDSME_VERSION_MINOR}.${KDSME_VERSION_PATCH}")
set(KDSME_VERSION_STRING "${KDSME_VERSION}")
set(KDSME_SOVERSION "1.2.3")
set(KDSME_SOVERSION "1.2.4")
set(PROJECT_VERSION_STRING "${KDSME_VERSION_STRING}")

set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH})
Expand Down
6 changes: 6 additions & 0 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kdstatemachineeditor (1.2.4) final; urgency=low

* 1.2.4 final

-- Allen Winter <allen.winter@kdab.com> Thu, 21 Jun 2018 12:00:00 -0500

kdstatemachineeditor (1.2.3) final; urgency=low

* 1.2.3 final
Expand Down
4 changes: 2 additions & 2 deletions kdstatemachineeditor.dsc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Format: 1.0
Source: kdstatemachineeditor
Version: 1.2.3
Version: 1.2.4
Binary: kdstatemachineeditor
Maintainer: Allen Winter <allen.winter@kdab.com>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev, qtbase5-dev-tools, qtbase5-private-dev, qttools5-dev, qttools5-dev-tools, qtdeclarative5-dev, qtdeclarative5-dev-tools, graphviz-dev
Files:
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.3.tar.gz
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.4.tar.gz
4 changes: 3 additions & 1 deletion kdstatemachineeditor.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kdstatemachineeditor
Version: 1.2.3
Version: 1.2.4
Release: 1
Summary: State Machine Editor Library
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -71,6 +71,8 @@ make install DESTDIR=%{buildroot} %{?_smp_mflags}
%{_libdir}/qt5/mkspecs/modules/*

%changelog
* Thu Jun 21 2018 Allen Winter <allen.winter@kdab.com> 1.2.4
1.2.4 Patch Release
* Wed Feb 28 2018 Allen Winter <allen.winter@kdab.com> 1.2.3
1.2.3 Patch Release
* Mon Jan 29 2018 Allen Winter <allen.winter@kdab.com> 1.2.2
Expand Down

0 comments on commit e415a2f

Please sign in to comment.