diff --git a/CMakeLists.txt b/CMakeLists.txt index 2378401..cf7c908 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,10 +11,11 @@ # Lesser General Public License for more details. cmake_minimum_required(VERSION 3.5) -project(ad9166 LANGUAGES C VERSION 0.2) +project(ad9166 LANGUAGES C VERSION 0.3.0) set(LIBAD9166_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(LIBAD9166_VERSION_MINOR ${PROJECT_VERSION_MINOR}) +set(LIBAD9166_VERSION_PATCH ${PROJECT_VERSION_PATCH}) set(VERSION ${PROJECT_VERSION}) if (WIN32) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c29e137..8d65841 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -2,4 +2,4 @@ libad9166 (@VERSION@) UNRELEASED; urgency=low * CI release. - -- Engineerzone @DATE@ + -- EngineerZone @DATE@ diff --git a/packaging/debian/control b/packaging/debian/control index 3e112a0..ee0d396 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -1,7 +1,7 @@ Source: libad9166 Section: libs Priority: optional -Maintainer: Engineerzone +Maintainer: EngineerZone Build-Depends: debhelper (>= 10), cmake (>= 2.8), libiio-dev, python3, python3-setuptools, dh-python Standards-Version: 4.5.1 Homepage: https://github.com/analogdevicesinc/libad9166-iio diff --git a/packaging/debian/copyright b/packaging/debian/copyright index 75b40f8..69be974 100644 --- a/packaging/debian/copyright +++ b/packaging/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libad9166 -Upstream-Contact: Engineerzone +Upstream-Contact: EngineerZone Source: https://github.com/analogdevicesinc/libad9166-iio/ Files: *