
5 Mar
2012
5 Mar
'12
8:01 p.m.
commit dbb905231171f3531a185eff7704812baa18049e Author: Roger Dingledine <arma@torproject.org> Date: Mon Mar 5 15:01:09 2012 -0500 bump to a real initial version number --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 38deb3d..cf5bd43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.61])dnl Possibly earlier will do, but this is what I have -AC_INIT([obfsproxy], [0.0]) +AC_INIT([obfsproxy], [0.1.0]) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign nostdinc])