Skip to content

Commit

Permalink
Increase version to 1.9.0
Browse files Browse the repository at this point in the history
Change-Id: I5689989b97771653dcbe44c3776c6957686c2de9
Signed-off-by: Gregory Lemercier <[email protected]>
  • Loading branch information
Gregory Lemercier committed Sep 13, 2018
1 parent 7d53e1d commit 3381b7f
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CMAKE_MINIMUM_REQUIRED ( VERSION 3.0 )

SET ( LIB_VERSION_MAJOR 1 CACHE STRING "Library version major")
SET ( LIB_VERSION_MINOR 8 CACHE STRING "Library version minor")
SET ( LIB_VERSION_PATCH 2 CACHE STRING "Library version patch")
SET ( LIB_VERSION_MINOR 9 CACHE STRING "Library version minor")
SET ( LIB_VERSION_PATCH 0 CACHE STRING "Library version patch")

SET ( MODULE "" CACHE STRING "Compile specific source module " )
SET ( TEST_X "" CACHE STRING "Compile specific unit test " )
Expand Down
4 changes: 2 additions & 2 deletions Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ifeq ($(CONFIG_ARTIK_SDK),y)

# Version
CFLAGS += -DLIB_VERSION_MAJOR=1
CFLAGS += -DLIB_VERSION_MINOR=8
CFLAGS += -DLIB_VERSION_PATCH=3
CFLAGS += -DLIB_VERSION_MINOR=9
CFLAGS += -DLIB_VERSION_PATCH=0

# Information
CFLAGS += -DEXPORT_API=
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
artik-sdk (1.9-0) unstable; urgency=medium

* Update version to 1.9.0

-- Gregory Lemercier <[email protected]> Thu, 13 Sep 2018 12:00:00 +0200

artik-sdk (1.8-2) unstable; urgency=medium

* Update version to 1.8.2
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Software API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.8
PROJECT_NUMBER = 1.9

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-base.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/base
version=1.8
version=1.9

Name: ARTIK SDK Base
Description: SDK Base Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-bluetooth.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/bluetooth
version=1.8
version=1.9

Name: ARTIK SDK Bluetooth
Description: SDK Bluetooth Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-connectivity.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/connectivity
version=1.8
version=1.9

Name: ARTIK SDK Connectivity
Description: SDK Connectivity Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-lwm2m.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/lwm2m
version=1.8
version=1.9

Name: ARTIK SDK LWM2M
Description: SDK LWM2M Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-media.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/media
version=1.8
version=1.9

Name: ARTIK SDK Media
Description: SDK Media Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-mqtt.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/mqtt
version=1.8
version=1.9

Name: ARTIK SDK MQTT
Description: SDK MQTT Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-sensor.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/sensor
version=1.8
version=1.9

Name: ARTIK SDK Sensor
Description: SDK Sensor Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-systemio.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/systemio
version=1.8
version=1.9

Name: ARTIK SDK System IO
Description: SDK System IO Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-wifi.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/wifi
version=1.8
version=1.9

Name: ARTIK SDK Wifi
Description: SDK Wifi Library for Samsung's ARTIK platforms
Expand Down
2 changes: 1 addition & 1 deletion pkgconfig/libartik-sdk-zigbee.pc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/artik/zigbee
version=1.8
version=1.9

Name: ARTIK SDK Zigbee
Description: SDK Zigbee Library for Samsung's ARTIK platforms
Expand Down
4 changes: 2 additions & 2 deletions specs/libartik-sdk.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: A SDK library for easing up development on Samsung's ARTIK IoT platform
Name: libartik-sdk
Version: 1.8
Release: 2%{?dist}
Version: 1.9
Release: 0%{?dist}
Source: %{name}-%{version}.tar.gz
License: Proprietary
Group: Development/Libraries
Expand Down

0 comments on commit 3381b7f

Please sign in to comment.