commit cd968506fdcf096e0d0950f137f118cff996c9e4 Author: Erinn Clark erinn@torproject.org Date: Sat Jul 9 02:17:54 2011 -0300
bump tor to 0.2.2.30-rc, bump other versions for 2.2.30 release --- build-scripts/versions.mk | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/build-scripts/versions.mk b/build-scripts/versions.mk index ae94848..e7d092a 100644 --- a/build-scripts/versions.mk +++ b/build-scripts/versions.mk @@ -1,19 +1,19 @@ #!/usr/bin/make
-RELEASE_VER=2.2.29 +RELEASE_VER=2.2.30
-HTTPSEVERY_VER=0.9.9.development.6 -FIREFOX_VER=4.0.1 +HTTPSEVERY_VER=1.0.0development.4.xpi +FIREFOX_VER=5.0 LIBEVENT_VER=2.0.12-stable LIBPNG_VER=1.4.3 -NOSCRIPT_VER=2.1.1.1 +NOSCRIPT_VER=2.1.1.2 OPENSSL_VER=1.0.0d OTR_VER=3.2.0 PIDGIN_VER=2.6.4 POLIPO_VER=1.0.4.1 QT_VER=4.6.2 -TOR_VER=0.2.2.29-beta -TORBUTTON_VER=1.3.3-alpha +TOR_VER=0.2.2.30-rc +TORBUTTON_VER=1.4.0 VIDALIA_VER=0.2.12 ZLIB_VER=1.2.5
tor-commits@lists.torproject.org