aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_internal.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-06-23 19:37:28 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2007-06-23 19:37:28 +0000
commitec88ee417bf09ffb73fb316336a5d2d9a8b3e53a (patch)
tree356284d53adb3b43e451878dcc2359cf1f7855c2 /skeletons/asn_internal.h
parent06cf6a525a7e61cac2afec49cceb7caf99c2b1b6 (diff)
newer env version
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1296 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'skeletons/asn_internal.h')
-rw-r--r--skeletons/asn_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/asn_internal.h b/skeletons/asn_internal.h
index ff632778..3f99452f 100644
--- a/skeletons/asn_internal.h
+++ b/skeletons/asn_internal.h
@@ -20,7 +20,7 @@ extern "C" {
#endif
/* Environment version might be used to avoid running with the old library */
-#define ASN1C_ENVIRONMENT_VERSION 920 /* Compile-time version */
+#define ASN1C_ENVIRONMENT_VERSION 922 /* Compile-time version */
int get_asn1c_environment_version(void); /* Run-time version */
#define CALLOC(nmemb, size) calloc(nmemb, size)