| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Libevent
Revision: 940
Author: nprovos
Date: 07 Sep 2008 19:29:37
Changes:call it 1.4.8-stable; increment revision (i hope that is right)
Files:| ... | ...@@ -2,7 +2,7 @@ | |
| 2 | 2 | dnl Dug Song <dugsong@monkey.org> |
| 3 | 3 | AC_INIT(event.c) |
| 4 | 4 | |
| 5 | AM_INIT_AUTOMAKE(libevent,1.4.7-stable) | |
| 5 | AM_INIT_AUTOMAKE(libevent,1.4.8-stable) | |
| 6 | 6 | AM_CONFIG_HEADER(config.h) |
| 7 | 7 | dnl AM_MAINTAINER_MODE |
| 8 | 8 |
| ... | ...@@ -29,7 +29,7 @@ | |
| 29 | 29 | # Libevent 1.4.1 was 2:0:0 |
| 30 | 30 | # Libevent 1.4.2 should be 3:0:0 |
| 31 | 31 | # Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past) |
| 32 | VERSION_INFO = 3:1:1 | |
| 32 | VERSION_INFO = 3:2:1 | |
| 33 | 33 | |
| 34 | 34 | bin_SCRIPTS = event_rpcgen.py |
| 35 | 35 |