aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_internal.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-11-08 03:06:16 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-11-08 03:06:16 +0000
commit6d44a544c597ecdd3dc068565f128037688795ec (patch)
tree34eb1b922345a3f43418887adcfb1c1d9efca351 /skeletons/asn_internal.h
parentfbc0bbb19235338c9c6c0aaf337cb92b2b277aa4 (diff)
SET OF/SEQUENCE OF interaction with named and unnamed CHOICE
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@993 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 09d407c5..4a86141d 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 919 /* Compile-time version */
+#define ASN1C_ENVIRONMENT_VERSION 920 /* Compile-time version */
int get_asn1c_environment_version(void); /* Run-time version */
#define CALLOC(nmemb, size) calloc(nmemb, size)