aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/asn_internal.h')
-rw-r--r--skeletons/asn_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/asn_internal.h b/skeletons/asn_internal.h
index 781f10bc..09d407c5 100644
--- a/skeletons/asn_internal.h
+++ b/skeletons/asn_internal.h
@@ -19,7 +19,8 @@
extern "C" {
#endif
-#define ASN1C_ENVIRONMENT_VERSION 98 /* Compile-time version */
+/* Environment version might be used to avoid running with the old library */
+#define ASN1C_ENVIRONMENT_VERSION 919 /* Compile-time version */
int get_asn1c_environment_version(void); /* Run-time version */
#define CALLOC(nmemb, size) calloc(nmemb, size)