diff options
author | eihrul <eihrul> | 2011-05-31 07:48:27 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2011-05-31 07:48:27 +0000 |
commit | f38c177db0ce632ca07fe9668a72f6236bc81395 (patch) | |
tree | 9a3fc82019c95ceb875da9c1df510383d6e6457c /configure.ac | |
parent | 33e2fc62012978a10a3a7f7f27c33eb2115b884b (diff) | |
download | enet-f38c177db0ce632ca07fe9668a72f6236bc81395.tar.gz enet-f38c177db0ce632ca07fe9668a72f6236bc81395.zip |
support for ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
1.3.2 release prep
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 468a4b4..dc6da4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libenet], [1.3.1]) +AC_INIT([libenet], [1.3.2]) AC_CONFIG_SRCDIR([include/enet/enet.h]) AM_INIT_AUTOMAKE([foreign]) |