From cf6c1e230213a3b90d476437ff8667040842e889 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 12 Dec 2010 02:40:27 -0800 Subject: [PATCH] version 0.9.23 --- skeletons/asn_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeletons/asn_internal.h b/skeletons/asn_internal.h index 249d7ef64..98669622b 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 922 /* Compile-time version */ +#define ASN1C_ENVIRONMENT_VERSION 923 /* Compile-time version */ int get_asn1c_environment_version(void); /* Run-time version */ #define CALLOC(nmemb, size) calloc(nmemb, size)