-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from ESTOS/feature/EG-1108
EG-1108 Changed the way we decode an optional asn any.
- Loading branch information
Showing
3 changed files
with
31 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef VERSION_H | ||
#define VERSION_H | ||
|
||
#define VERSION "6.0.19" | ||
#define VERSION_RC 6, 0, 19 | ||
#define RELDATE "20.09.2024" | ||
#define VERSION "6.0.20" | ||
#define VERSION_RC 6, 0, 20 | ||
#define RELDATE "14.11.2024" | ||
|
||
#endif // VERSION_H |