diff options
author | eihrul <eihrul> | 2010-05-14 02:04:42 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-14 02:04:42 +0000 |
commit | c4138503f9986e9afe032476daf033bd2d95b4d8 (patch) | |
tree | c6e6daf4f3145f830689156aaa8a93963872efe4 /configure.ac | |
parent | 3ddbfb202d89675e1ba91c3cf053a0bd6ebbbf13 (diff) | |
download | enet-c4138503f9986e9afe032476daf033bd2d95b4d8.tar.gz enet-c4138503f9986e9afe032476daf033bd2d95b4d8.zip |
added no_memory callback that allows overriding the default abort behavior
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a923fbc..c55c9fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libenet], [5-13-2010]) +AC_INIT([libenet], [1.2.2]) AC_CONFIG_SRCDIR([include/enet/enet.h]) AM_INIT_AUTOMAKE([foreign]) |