Skip to content

Commit d7940d3

Browse files
author
Allen Winter
committed
prepare for 1.7.0 final release
1 parent 47535c9 commit d7940d3

File tree

7 files changed

+507
-501
lines changed

7 files changed

+507
-501
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 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 6)
16-
set(${PROJECT_NAME}_VERSION_PATCH 99)
15+
set(${PROJECT_NAME}_VERSION_MINOR 7)
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

Doxyfile

Lines changed: 491 additions & 491 deletions
Large diffs are not rendered by default.

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.6.99"
5+
version = "1.7.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.7.0) final; urgency=low
2+
3+
* 1.7.0 final release
4+
5+
-- Allen Winter <allen.winter@kdab.com> Thu, 08 Oct 2015 18:00:00 -0500
6+
17
kdreports (1.6.0) final; urgency=low
28

39
* 1.6.0 final release

kdreports.dsc

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

9-
Files:
10-
00000000000000000000000000000000 00000 kdreports-1.6.0.tar.gz
9+
Files:
10+
00000000000000000000000000000000 00000 kdreports-1.7.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.6.99
5+
VERSION = 1.7.0
66
MAJOR_VERSION = 1
77

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

kdreports.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: kdreports
2-
Version: 1.6.0
2+
Version: 1.7.0
33
Release: 1
44
Summary: A Qt library for creating printable reports
55
Source: %{name}-%{version}.tar.gz
@@ -86,9 +86,9 @@ QMAKE_ARGS="LIB_SUFFIX=64" ./configure.sh -shared -release -prefix %{buildroot}/
8686
%{_libdir}/libkdreports.so
8787

8888
%changelog
89+
* Thu Oct 08 2015 Allen Winter <allen.winter@kdab.com> 1.7.0
90+
1.7.0 final
8991
* Thu Jan 08 2015 Allen Winter <allen.winter@kdab.com> 1.6.0
9092
1.6.0 final
9193
* Wed Dec 31 2014 Allen Winter <allen.winter@kdab.com> 1.5.99
9294
1.6.0 RC
93-
94-

0 commit comments

Comments
 (0)