|
From: <kin...@us...> - 2025-08-17 19:21:14
|
Revision: 7296
http://sourceforge.net/p/teem/code/7296
Author: kindlmann
Date: 2025-08-17 19:21:13 +0000 (Sun, 17 Aug 2025)
Log Message:
-----------
re-worded description fo TEEM_VERSION stuff
Modified Paths:
--------------
teem/trunk/src/air/air.h
Modified: teem/trunk/src/air/air.h
===================================================================
--- teem/trunk/src/air/air.h 2025-08-16 15:36:56 UTC (rev 7295)
+++ teem/trunk/src/air/air.h 2025-08-17 19:21:13 UTC (rev 7296)
@@ -35,18 +35,12 @@
/*
******** TEEM_VERSION
**
-** TEEM_VERSION is a single (decimal) number that will always increase
-** monotically, and the _MAJOR, _MINOR, _PATCH are also numbers that
-** can be used to implement pre-processor logic about specifc
-** versions. The TEEM_VERSION_STRING is used in the (existing) char
-** *airTeemVersion (added in version 1.9.0). Yes, keeping these in
-** sync is currently a manual operation.
-**
-** NOTE: Significant API changes (aside from API additions) should NOT
-** occur with changes in patch level, only with major or minor version
-** changes.
-**
-** NOTE: ../../CMakeLists.txt's Teem_VERSION variables must be in sync
+** How Teem documents its Semantic Version number https://semver.org/
+** TEEM_VERSION is a single number, TEEM_VERSION_STRING is a string, and the
+** _MAJOR, _MINOR, _PATCH numbers are the components.
+** NOTE: In ../../CMakeLists.txt, Teem_VERSION variables record the same values.
+** Yes, keeping the below in sync, and in sync with ../../CMakeLists.txt,
+** is a manual operation.
*/
/* clang-format off */
#define TEEM_VERSION_MAJOR 1 /* must be 1 digit */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|