Skip to content

Commit a6aac4d

Browse files
author
Allen Winter
committed
various - prepare for v1.8.0 release
1 parent b5bfa6f commit a6aac4d

File tree

9 files changed

+23
-14
lines changed

9 files changed

+23
-14
lines changed

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ option(${PROJECT_NAME}_STATIC "Build statically" OFF)
1212
option(${PROJECT_NAME}_TESTS "Build the tests" ON)
1313

1414
set(${PROJECT_NAME}_VERSION_MAJOR 1)
15-
set(${PROJECT_NAME}_VERSION_MINOR 7)
16-
set(${PROJECT_NAME}_VERSION_PATCH 50)
15+
set(${PROJECT_NAME}_VERSION_MINOR 8)
16+
set(${PROJECT_NAME}_VERSION_PATCH 0)
1717
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
1818
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1919

@@ -113,12 +113,11 @@ endif()
113113
add_subdirectory(src)
114114

115115
if(${PROJECT_NAME}_IS_ROOT_PROJECT)
116-
117116
export(TARGETS kdreports NAMESPACE KDReports::
118117
FILE "${CMAKE_CURRENT_BINARY_DIR}/KDReports/KDReportsTargets.cmake"
119118
)
120119

121-
# add_subdirectory(features)
120+
# add_subdirectory(features)
122121
if(${PROJECT_NAME}_TESTS)
123122
enable_testing()
124123
add_subdirectory(unittests)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "KD Reports"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.7
26+
PROJECT_NUMBER = 1.8
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

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.7.50"
5+
version = "1.8.0"
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.0) final; urgency=low
2+
3+
* 1.8.0 final release
4+
5+
-- Allen Winter <allen.winter@kdab.com> Mon, 02 Apr 2018 17:00:00 -0500
6+
17
kdreports (1.7.1) final; urgency=low
28

39
* 1.7.1 final release

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.7.1
3+
Version: 1.8.0
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.7.1.tar.gz
10+
00000000000000000000000000000000 00000 kdreports-1.8.0.tar.gz

kdreports.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
22
SUBDIRS = src examples include
33
unittests: SUBDIRS += unittests
44
CONFIG += ordered
5-
VERSION = 1.7.50
5+
VERSION = 1.8.0
66
MAJOR_VERSION = 1
77

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

kdreports.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: kdreports
2-
Version: 1.7.1
3-
Release: 3
2+
Version: 1.8.0
3+
Release: 1
44
Summary: A Qt library for creating printable reports
55
Source: %{name}-%{version}.tar.gz
66
Source1: %{name}-rpmlintrc
@@ -72,6 +72,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
7272
%{_libdir}/libkdreports.so
7373

7474
%changelog
75+
* Mon Apr 02 2018 Allen Winter <allen.winter@kdab.com> 1.8.0
76+
1.8.0 final
7577
* Thu Aug 11 2016 Allen Winter <allen.winter@kdab.com> 1.7.1
7678
1.7.1 final
7779
* Thu Oct 08 2015 Allen Winter <allen.winter@kdab.com> 1.7.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.7.1
3+
Version: 1.8.0
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.7.1.tar.gz
10+
00000000000000000000000000000000 00000 qt5-kdreports-1.8.0.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.7.1
2+
Version: 1.8.0
33
Release: 1
44
Summary: A Qt library for creating printable reports
55
Source: %{name}-%{version}.tar.gz
@@ -74,5 +74,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
7474
%{_libdir}/libkdreports.so
7575

7676
%changelog
77+
* Mon Apr 02 2018 Allen Winter <allen.winter@kdab.com> 1.8.0
78+
1.8.0 final
7779
* Thu Aug 11 2016 Allen Winter <allen.winter@kdab.com> 1.7.1
7880
1.7.1 final

0 commit comments

Comments
 (0)