diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-14 18:36:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-14 18:36:07 -0400 |
commit | ef18c994c3f80c6b7e2699309227b50a9b6dc77d (patch) | |
tree | b34e8edf2449577d783f5a91fe7924a94aadcaa6 /configure.in | |
parent | 15be0493f6fc10f9484570339f50ee363fdcc42e (diff) | |
download | libevent-ef18c994c3f80c6b7e2699309227b50a9b6dc77d.tar.gz |
Increment the version to 2.0.8-rcrelease-2.0.8-rc
NOTE: This is not the official release until I tag it. If you see
this commit, and you decide that Libevent 2.0.8-rc is now
finalized, you might get something besides 2.0.8-rc.
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 6e84b7a6..e7670af9 100644 --- a/configure.in +++ b/configure.in @@ -5,9 +5,9 @@ AC_INIT(event.c) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(libevent,2.0.7-rc-dev) +AM_INIT_AUTOMAKE(libevent,2.0.8-rc) AM_CONFIG_HEADER(config.h) -AC_DEFINE(NUMERIC_VERSION, 0x02000701, [Numeric representation of the version]) +AC_DEFINE(NUMERIC_VERSION, 0x02000800, [Numeric representation of the version]) dnl Initialize prefix. if test "$prefix" = "NONE"; then |