Skip to content

Commit

Permalink
version 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Dec 12, 2010
1 parent 05c81b7 commit cf6c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletons/asn_internal.h
Expand Up @@ -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)
Expand Down

0 comments on commit cf6c1e2

Please sign in to comment.