Skip to content

Commit 5b71c7e

Browse files
author
Allen Winter
committed
prep for 1.8.2 release
1 parent 960660c commit 5b71c7e

File tree

10 files changed

+21
-11
lines changed

10 files changed

+21
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ option(${PROJECT_NAME}_TESTS "Build the tests" ON)
4141

4242
set(${PROJECT_NAME}_VERSION_MAJOR 1)
4343
set(${PROJECT_NAME}_VERSION_MINOR 8)
44-
set(${PROJECT_NAME}_VERSION_PATCH 1)
44+
set(${PROJECT_NAME}_VERSION_PATCH 2)
4545
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
4646
set(${PROJECT_NAME}_SOVERSION ${${PROJECT_NAME}_VERSION_MAJOR})
4747

autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from autogen.autogen import autogen
33

44
project = "KDReports"
5-
version = "1.8.1"
5+
version = "1.8.2"
66
subprojects = ["KDReports"]
77
prefixed = True
88

debian.changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kdreports (1.8.2) final; urgency=low
2+
3+
* 1.8.2 final release
4+
5+
-- Allen Winter <allen.winter@kdab.com> Thu, 15 Oct 2020 16:00:00 -0500
6+
17
kdreports (1.8.1) final; urgency=low
28

39
* 1.8.1 final release

doc/CHANGES_1_8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTE:
1010
adapted accordingly.
1111

1212
In release 1.8.2:
13-
----------------
13+
-----------------
1414
* Fix installed library name on Windows
1515

1616
In release 1.8.1:

gen-forward-headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from autogen.autogen import autogen
33

44
project = "KDReports"
5-
version = "1.8.1"
5+
version = "1.8.2"
66
subprojects = ["KDReports"]
77
prefixed = True
88

kdreports.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Format: 1.0
22
Source: kdreports
3-
Version: 1.8.1
3+
Version: 1.8.2
44
Binary: kdreports
55
Maintainer: Allen Winter <allen.winter@kdab.com>
66
Architecture: any
77
Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev
88

99
Files:
10-
00000000000000000000000000000000 00000 kdreports-1.8.1.tar.gz
10+
00000000000000000000000000000000 00000 kdreports-1.8.2.tar.gz

kdreports.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SUBDIRS = include src
44
!no_examples: SUBDIRS += examples
55
unittests: SUBDIRS += unittests
66
CONFIG += ordered
7-
VERSION = 1.8.1
7+
VERSION = 1.8.2
88
MAJOR_VERSION = 1
99

1010
unix:DEFAULT_INSTALL_PREFIX = /usr/local/KDAB/KDReports-$$VERSION

kdreports.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: kdreports
2-
Version: 1.8.1
2+
Version: 1.8.2
33
Release: 1
44
Summary: A Qt library for creating printable reports
55
Source: %{name}-%{version}.tar.gz
@@ -76,6 +76,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
7676
%{_libdir}/libkdreports.so
7777

7878
%changelog
79+
* Thu Oct 15 2020 Allen Winter <allen.winter@kdab.com> 1.8.2
80+
1.8.2 final
7981
* Sun Oct 11 2020 Allen Winter <allen.winter@kdab.com> 1.8.1
8082
1.8.1 final
8183
* Mon Apr 02 2018 Allen Winter <allen.winter@kdab.com> 1.8.0

qt5-kdreports.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Format: 1.0
22
Source: kdreports
3-
Version: 1.8.1
3+
Version: 1.8.2
44
Binary: kdreports
55
Maintainer: Allen Winter <allen.winter@kdab.com>
66
Architecture: any
77
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev
88

99
Files:
10-
00000000000000000000000000000000 00000 qt5-kdreports-1.8.1.tar.gz
10+
00000000000000000000000000000000 00000 qt5-kdreports-1.8.2.tar.gz

qt5-kdreports.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: qt5-kdreports
2-
Version: 1.8.1
2+
Version: 1.8.2
33
Release: 1
44
Summary: A Qt library for creating printable reports
55
Source: %{name}-%{version}.tar.gz
@@ -76,6 +76,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
7676
%{_libdir}/libkdreports.so
7777

7878
%changelog
79+
* Thu Oct 15 2020 Allen Winter <allen.winter@kdab.com> 1.8.2
80+
1.8.2 final
7981
* Sun Oct 11 2020 Allen Winter <allen.winter@kdab.com> 1.8.1
8082
1.8.1 final
8183
* Mon Apr 02 2018 Allen Winter <allen.winter@kdab.com> 1.8.0

0 commit comments

Comments
 (0)