Explorar el Código

move to 0.0.2pre13

svn:r631
Roger Dingledine hace 20 años
padre
commit
b4117d2a37
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      configure.in
  2. 1 1
      src/or/or.h

+ 1 - 1
configure.in

@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.0.2pre12)
+AM_INIT_AUTOMAKE(tor, 0.0.2pre13)
 AM_CONFIG_HEADER(orconfig.h)
 
 CFLAGS="$CFLAGS -Wall -O2 -I/usr/kerberos/include"

+ 1 - 1
src/or/or.h

@@ -95,7 +95,7 @@
 #include "../common/log.h"
 #include "../common/util.h"
 
-#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13"
+#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre8,0.0.2pre9,0.0.2pre10,0.0.2pre11,0.0.2pre12,0.0.2pre13,0.0.2pre14"
 
 #define MAXCONNECTIONS 1000 /* upper bound on max connections.
                               can be lowered by config file */