commit e8f8ca76547a256ac2275e24e162628df5250abf
parent 2ba4b51f7877c0e6c9b713b1524d3d6931785bfb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Aug 2021 10:37:08 +0200
Merge branch 'release_0.0.1'
Diffstat:
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -7,11 +7,10 @@ fileformat.
This library is compatible GNU/Linux 64-bits. It relies the
[CMake](http://www.cmake.org) and the
-[RCMake](https://gitlab.com/vaplv/rcmake/) packages to build.
-It also depends on the
-[RSys](https://gitlab.com/vaplv/rsys/) library. It optionally depends of the
-[AsciiDoc](https://asciidoc.org/) tool suite; if available, the man pages of
-the reference documentation will be generated.
+[RCMake](https://gitlab.com/vaplv/rcmake/) packages to build. It also depends
+on the [RSys](https://gitlab.com/vaplv/rsys/) library. It optionally depends on
+the [AsciiDoc](https://asciidoc.org/) suite of tools; if available, the man
+pages of the reference documentation will be generated.
First ensure that CMake is installed on your system. Then install the RCMake
package as well as the aforementioned prerequisites. Finally generate the
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.1)
project(atrri C)
enable_testing()
@@ -37,7 +37,7 @@ include_directories(${RSys_INCLUDE_DIR})
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(ATRRI_FILES_SRC