Skip to content

Commit

Permalink
call it 2.0.2-alpha
Browse files Browse the repository at this point in the history
svn:r1378
  • Loading branch information
provos committed Jul 25, 2009
1 parent 8eb155a commit 6fbeb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ AC_INIT(event.c)

AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE(libevent,2.0.1-alpha-dev)
AM_INIT_AUTOMAKE(libevent,2.0.2-alpha)
AM_CONFIG_HEADER(config.h)
AC_DEFINE(NUMERIC_VERSION, 0x02000101, [Numeric representation of the version])
AC_DEFINE(NUMERIC_VERSION, 0x02000201, [Numeric representation of the version])

dnl Initialize prefix.
if test "$prefix" = "NONE"; then
Expand Down

0 comments on commit 6fbeb92

Please sign in to comment.