diff options
author | eihrul <eihrul> | 2008-09-15 23:11:22 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2008-09-15 23:11:22 +0000 |
commit | b846c47521bcf2978bf9f6c3a39e0e8a324664be (patch) | |
tree | 8faa2e1b7ec3d8fd8e9a18b15a21bd2c3d1eb31d /configure.in | |
parent | 6cf5ada45ceaff7c56a413b9c14d602a49d1c975 (diff) | |
download | enet-b846c47521bcf2978bf9f6c3a39e0e8a324664be.tar.gz enet-b846c47521bcf2978bf9f6c3a39e0e8a324664be.zip |
added miscellaneous updates for broadcasting
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 47da5fe..f0fd703 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ -AC_INIT(libenet, 1-8-2008) -AM_INIT_AUTOMAKE(libenet.a, 1-8-2008) +AC_INIT(libenet, 9-15-2008) +AM_INIT_AUTOMAKE(libenet.a, 9-15-2008) AC_PROG_CC AC_PROG_RANLIB |