commit a95f6a7e3dd73eb0527ed5091966c81efc1a1cf2
parent e6f4dcca8cc19db303eb6621580c931c68f9c5e9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 5 Jan 2023 16:13:13 +0100
Merge branch 'release_0.0.2' into develop
Diffstat:
10 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
@@ -20,9 +20,21 @@ resulting project can be edited, built, tested and installed as any CMake
project. Refer to the [CMake documentation](https://cmake.org/documentation)
for further informations on CMake.
+## Release notes
+
+### Version 0.0.2
+
+- Fix compilation warnings detected by gcc 1.
+- Use scdoc rather than asciidoc as file format for man sources.
+
+### Version 0.0.1
+
+Set the minimum version of CMake to 3.1. Previously, it was set to the now
+obsolete version 2.8.
+
## Copyright
-Copyright (C) 2022 [|Meso|Star](http://www.meso-star.com) (<contact@meso-star.com>)
+Copyright (C) 2022, 2023 [|Méso|Star](http://www.meso-star.com) (<contact@meso-star.com>)
Copyright (C) 2021 Centre National de la Recherche Scientifique (CNRS)
## License
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+# Copyright (C) 2022-2023 |Méso|Star> (contact@meso-star.com)
# Copyright (C) 2021 CNRS
#
# This program is free software: you can redistribute it and/or modify
@@ -38,7 +38,7 @@ include_directories(${RSys_INCLUDE_DIR})
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(ATRRI_FILES_SRC
diff --git a/doc/atrri.5.scd b/doc/atrri.5.scd
@@ -1,6 +1,6 @@
atrri(5)
-; Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+; Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
; Copyright (C) 2021 CNRS
;
; This program is free software: you can redistribute it and/or modify
diff --git a/src/atrri.c b/src/atrri.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrri.h b/src/atrri.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrri_c.h b/src/atrri_c.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrri_log.c b/src/atrri_log.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrri_log.h b/src/atrri_log.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test_atrri.c b/src/test_atrri.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test_atrri_load.c b/src/test_atrri_load.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+/* Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
* Copyright (C) 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify