Skip to content

Commit

Permalink
Bump version to 2.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Taogle2018 committed Feb 11, 2023
1 parent f55daa7 commit b5f3cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aehd_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define _XSTR(str) _STR(str)

#define AEHD_MAJOR_VERSION 2
#define AEHD_MINOR_VERSION 0
#define AEHD_MINOR_VERSION 1

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

Expand Down

0 comments on commit b5f3cc0

Please sign in to comment.