Skip to content

Commit

Permalink
prep for the 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jan 20, 2017
1 parent 6e16049 commit ab21858
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ project(kdstatemachineeditor)

# Version setup
set(KDSME_VERSION_MAJOR "1")
set(KDSME_VERSION_MINOR "1")
set(KDSME_VERSION_PATCH "50")
set(KDSME_VERSION_MINOR "2")
set(KDSME_VERSION_PATCH "0")
set(KDSME_VERSION "${KDSME_VERSION_MAJOR}.${KDSME_VERSION_MINOR}.${KDSME_VERSION_PATCH}")
set(KDSME_VERSION_STRING "${KDSME_VERSION}")
set(KDSME_SOVERSION "1.1.0")
set(KDSME_SOVERSION "1.2.0")
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.0) final; urgency=low

* 1.2.0 final

-- Allen Winter <allen.winter@kdab.com> Thu, 20 Jan 2017 12:00:00 -0500

kdstatemachineeditor (1.1.0) final; urgency=low

* 1.1.0 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.1.0
Version: 1.2.0
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.1.0.tar.gz
00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.0.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.1.0
Version: 1.2.0
Release: 1
Summary: State Machine Editor Library
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -68,6 +68,8 @@ make install DESTDIR=%{buildroot} %{?_smp_mflags}
%{_libdir}/qt5/mkspecs/modules/*

%changelog
* Fri Jan 20 2017 Allen Winter <allen.winter@kdab.com> 1.2.0
1.2.0 Minor Release
* Thu Jun 30 2016 Allen Winter <allen.winter@kdab.com> 1.1.0
1.1.0 Minor Release
* Mon Dec 14 2015 Allen Winter <allen.winter@kdab.com> 1.0.0
Expand Down

0 comments on commit ab21858

Please sign in to comment.