Skip to content

Commit b5f3cc0

Browse files
committed
Bump version to 2.1.
Compared with 2.0, user space interface is changed. User space is expected to open \\.\AEHD instead of \\.\gvm now. However, in order not to break existing user space, \\.\gvm is not removed in this release. It may be removed in later releases.
1 parent f55daa7 commit b5f3cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aehd_ver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define _XSTR(str) _STR(str)
1818

1919
#define AEHD_MAJOR_VERSION 2
20-
#define AEHD_MINOR_VERSION 0
20+
#define AEHD_MINOR_VERSION 1
2121

2222
#define AEHD_VERSION ((AEHD_MAJOR_VERSION << 16) | AEHD_MINOR_VERSION)
2323

0 commit comments

Comments
 (0)