From 9177df04448eb0575fe67ca94a170591ef1455eb Mon Sep 17 00:00:00 2001 From: Manolis Surligas Date: Mon, 9 Oct 2017 16:16:32 +0300 Subject: [PATCH] Bump version --- CMakeLists.txt | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac70c9c..756916a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,8 +47,8 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules) # Set the version information here set(VERSION_INFO_MAJOR_VERSION 1) -set(VERSION_INFO_API_COMPAT 0) -set(VERSION_INFO_MINOR_VERSION 1) +set(VERSION_INFO_API_COMPAT 1) +set(VERSION_INFO_MINOR_VERSION 0) set(VERSION_INFO_MAINT_VERSION git) ######################################################################## diff --git a/README.md b/README.md index 5580dab..d4428a2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ for decoding signals from various scientific and academic sattelites. * VOLK * libogg * libvorbis +* libpng * git **Optional** @@ -61,6 +62,6 @@ For more indormation about SatNOGS please visit our [site](https://satnogs.org/) ## License -© 2016 [Libre Space Foundation](http://librespacefoundation.org). +© 2016,2017 [Libre Space Foundation](http://librespacefoundation.org). Licensed under the [GPLv3](LICENSE). \ No newline at end of file