We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b3ff3 commit 42f6c91Copy full SHA for 42f6c91
VERSION
@@ -1,5 +1,5 @@
1
-VERSION_MAJOR = 1
2
-VERSION_MINOR = 1
3
-PATCHLEVEL = 1
+VERSION_MAJOR = 2
+VERSION_MINOR = 0
+PATCHLEVEL = 0
4
VERSION_TWEAK = 0
5
EXTRAVERSION = 0
docs/assets/ethercat.png
-981 Bytes
docs/source/conf.py
@@ -6,8 +6,8 @@
6
copyright = '2025 ~ 2026, sakumisu'
7
author = 'sakumisu'
8
9
-release = '1.1.1'
10
-version = '1.1.1'
+release = '2.0.0'
+version = '2.0.0'
11
12
# -- General configuration
13
include/ec_version.h
@@ -6,7 +6,7 @@
#ifndef EC_VERSION_H
#define EC_VERSION_H
-#define CHERRYECAT_VERSION 0x010101
-#define CHERRYECAT_VERSION_STR "v1.1.1"
+#define CHERRYECAT_VERSION 0x020000
+#define CHERRYECAT_VERSION_STR "v2.0.0"
#endif
0 commit comments