Skip to content

Commit 42f6c91

Browse files
committed
docs: release v2.0.0
Signed-off-by: sakumisu <1203593632@qq.com>
1 parent 72b3ff3 commit 42f6c91

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_MAJOR = 1
2-
VERSION_MINOR = 1
3-
PATCHLEVEL = 1
1+
VERSION_MAJOR = 2
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
44
VERSION_TWEAK = 0
55
EXTRAVERSION = 0

docs/assets/ethercat.png

-981 Bytes
Loading

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
copyright = '2025 ~ 2026, sakumisu'
77
author = 'sakumisu'
88

9-
release = '1.1.1'
10-
version = '1.1.1'
9+
release = '2.0.0'
10+
version = '2.0.0'
1111

1212
# -- General configuration
1313

include/ec_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef EC_VERSION_H
77
#define EC_VERSION_H
88

9-
#define CHERRYECAT_VERSION 0x010101
10-
#define CHERRYECAT_VERSION_STR "v1.1.1"
9+
#define CHERRYECAT_VERSION 0x020000
10+
#define CHERRYECAT_VERSION_STR "v2.0.0"
1111

1212
#endif

0 commit comments

Comments
 (0)