Skip to content

Commit e79fd1f

Browse files
author
Allen Winter
committed
various - prep for 1.2.3 release
1 parent 4ff96f5 commit e79fd1f

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.2.3:
2+
-------------
3+
* minor syncing with externals
4+
15
Version 1.2.2:
26
-------------
37
* Fix build issue with Qt 5.10 on windows+MSVC

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ project(kdstatemachineeditor CXX C)
1212
# Version setup
1313
set(KDSME_VERSION_MAJOR "1")
1414
set(KDSME_VERSION_MINOR "2")
15-
set(KDSME_VERSION_PATCH "2")
15+
set(KDSME_VERSION_PATCH "3")
1616
set(KDSME_VERSION "${KDSME_VERSION_MAJOR}.${KDSME_VERSION_MINOR}.${KDSME_VERSION_PATCH}")
1717
set(KDSME_VERSION_STRING "${KDSME_VERSION}")
18-
set(KDSME_SOVERSION "1.2.2")
18+
set(KDSME_SOVERSION "1.2.3")
1919
set(PROJECT_VERSION_STRING "${KDSME_VERSION_STRING}")
2020

2121
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH})

debian.changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kdstatemachineeditor (1.2.3) final; urgency=low
2+
3+
* 1.2.3 final
4+
5+
-- Allen Winter <allen.winter@kdab.com> Wed, 28 Feb 2018 12:00:00 -0500
6+
17
kdstatemachineeditor (1.2.2) final; urgency=low
28

39
* 1.2.2 final

kdstatemachineeditor.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: 1.0
22
Source: kdstatemachineeditor
3-
Version: 1.2.2
3+
Version: 1.2.3
44
Binary: kdstatemachineeditor
55
Maintainer: Allen Winter <allen.winter@kdab.com>
66
Architecture: any
77
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
88
Files:
9-
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.2.tar.gz
9+
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.3.tar.gz

kdstatemachineeditor.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: kdstatemachineeditor
2-
Version: 1.2.2
2+
Version: 1.2.3
33
Release: 1
44
Summary: State Machine Editor Library
55
Source: %{name}-%{version}.tar.gz
@@ -71,6 +71,8 @@ make install DESTDIR=%{buildroot} %{?_smp_mflags}
7171
%{_libdir}/qt5/mkspecs/modules/*
7272

7373
%changelog
74+
* Wed Feb 28 2018 Allen Winter <allen.winter@kdab.com> 1.2.3
75+
1.2.3 Patch Release
7476
* Mon Jan 29 2018 Allen Winter <allen.winter@kdab.com> 1.2.2
7577
1.2.2 Patch Release
7678
* Mon Jun 19 2017 Allen Winter <allen.winter@kdab.com> 1.2.1

0 commit comments

Comments
 (0)