Skip to content

Commit

Permalink
change version to 1.4.0 and prep for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Aug 24, 2014
1 parent ce2bcd2 commit 5c62fb6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 22 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/ ${CMAKE_MODULE_PATH}")
option(${PROJECT_NAME}_STATIC "Build statically" OFF)
option(${PROJECT_NAME}_TESTS "Build the tests" OFF)

set(${PROJECT_NAME}_VERSION_MAJOR 1)
set(${PROJECT_NAME}_VERSION_MINOR 3)
set(${PROJECT_NAME}_VERSION_PATCH 98)
set(${PROJECT_NAME}_VERSION_MAJOR "1")
set(${PROJECT_NAME}_VERSION_MINOR "4")
set(${PROJECT_NAME}_VERSION_PATCH "0")
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down
2 changes: 1 addition & 1 deletion autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from autogen.autogen import autogen

project = "KDSoap"
version = "1.3.98"
version = "1.4.0"
subprojects = ["KDSoapClient", "KDSoapServer"]
prefixed = False

Expand Down
17 changes: 6 additions & 11 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
kdsoap (1.3.98) final; urgency=low

* 1.4.0 RC1 release

-- Allen Winter <[email protected]> Tue, 12 Aug 2014 12:30:00 -0500
kdsoap (1.4.0) final; urgency=low

kdsoap (1.3.1) final; urgency=low
* 1.4.0 Final

* 1.3.1 bug release for 1.3
-- Allen Winter <[email protected]> Sun, 24 Aug 2014 11:00:00 -0500

-- Allen Winter <[email protected]> Thu, 07 Aug 2014 13:00:00 -0500

kdsoap (1.3.0) final; urgency=low
kdsoap (1.3.98) final; urgency=low

* 1.3.0 final release
* 1.4.0 RC1 release

-- Allen Winter <[email protected]> Mon, 04 Aug 2014 16:00:00 -0500
-- Allen Winter <[email protected]> Tue, 12 Aug 2014 12:30:00 -0500
4 changes: 2 additions & 2 deletions kdsoap.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: kdsoap
Version: 1.3.98
Version: 1.4.0
Binary: kdsoap
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), cdbs, cmake, libqt4-dev

Files:
00000000000000000000000000000000 00000 kdsoap-1.3.98.tar.gz
00000000000000000000000000000000 00000 kdsoap-1.4.0.tar.gz
8 changes: 3 additions & 5 deletions kdsoap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: kdsoap
Version: 1.3.98
Version: 1.4.0
Release: 1
Summary: A Qt-based client-side and server-side SOAP component
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -79,9 +79,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
%{_libdir}/cmake/KDSoap

%changelog
* Sun Aug 24 2014 Allen Winter <[email protected]> 1.4.0
1.4.0 Final
* Tue Aug 12 2014 Allen Winter <[email protected]> 1.3.98
1.4.0 RC1
* Thu Aug 07 2014 Allen Winter <[email protected]> 1.3.1
1.3.1 final
* Mon Aug 04 2014 Allen Winter <[email protected]> 1.3.0
1.3.0 final

0 comments on commit 5c62fb6

Please sign in to comment.