diff options
author | lsalzman <[email protected]> | 2012-05-29 19:05:34 -0700 |
---|---|---|
committer | lsalzman <[email protected]> | 2012-05-29 19:05:34 -0700 |
commit | ea8faf35798e94657af3da5bffe70841971a3995 (patch) | |
tree | f53281cf0d0e895410f9da5b5c525b858b35c997 /configure.ac | |
parent | fb55c5d7c3a293388932081e0d7b139a82193804 (diff) | |
download | enet-ea8faf35798e94657af3da5bffe70841971a3995.tar.gz enet-ea8faf35798e94657af3da5bffe70841971a3995.zip |
added per-peer configurable ping interval and timeouts
1.3.4 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 c3539ea..f687d79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libenet], [1.3.3]) +AC_INIT([libenet], [1.3.4]) AC_CONFIG_SRCDIR([include/enet/enet.h]) AM_INIT_AUTOMAKE([foreign]) |