commit dd1181b85e6f30cd189a824ccf484e8e68f78538
parent 40a7c4027c5330ed937f6517994d70d81cc13dd9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 6 Jan 2023 09:13:27 +0100
Merge branch 'release_0.0.1' into develop
Diffstat:
10 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
@@ -20,9 +20,15 @@ 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.1
+
+Use scdoc rather than asciidoc as file format for man sources.
+
## Copyright
-Copyright (C) 2022 [|Méso|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) 2020, 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) 2020, 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 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(ATRTP_FILES_SRC
diff --git a/doc/atrtp.5.scd b/doc/atrtp.5.scd
@@ -1,6 +1,6 @@
atrtp(5)
-; Copyright (C) 2022 |Méso|Star> (contact@meso-star.com)
+; Copyright (C) 2022, 2023 |Méso|Star> (contact@meso-star.com)
; Copyright (C) 2020, 2021 CNRS
;
; This program is free software: you can redistribute it and/or modify
diff --git a/src/atrtp.c b/src/atrtp.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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrtp.h b/src/atrtp.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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrtp_c.h b/src/atrtp_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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrtp_log.c b/src/atrtp_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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/atrtp_log.h b/src/atrtp_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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test_atrtp.c b/src/test_atrtp.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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/test_atrtp_load.c b/src/test_atrtp_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) 2020, 2021 CNRS
*
* This program is free software: you can redistribute it and/or modify