Commit c8ec0aeb authored by berge's avatar berge
Browse files

Preparing gn v2.2.0

parent 19fe0bd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
Changelog:
==========

2.2.0: Various fix in secure header
2.1.0: Various fix in secure header
2.0.0: Updated to EN 302 636-4-1 v1.2.1
1.3.0: Fixed Hashed3 field in secure header (multiple occurences)
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
#define BUILD_NUMBER 0
#endif

#define VERSION "2.1." stringize(BUILD_NUMBER)
#define VERSION "2.2." stringize(BUILD_NUMBER)
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ PACKAGE=gn

# The version
MODULE_VERSION_MAJOR=2
MODULE_VERSION_MINOR=1
MODULE_VERSION_MINOR=2
MODULE_VERSION_MICRO=0
MODULE_VERSION_EXTRA=0