Skip to content
Snippets Groups Projects
Commit bb8c4e69 authored by Nick Mathewson's avatar Nick Mathewson :fire:
Browse files

Merge branch 'maint-0.2.6' into release-0.2.6

parents 5ebe7f21 dfd6cf9e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2015, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_INIT([tor],[0.2.6.5-rc-dev])
AC_INIT([tor],[0.2.6.6])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
......
......@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.6.5-rc-dev"
!define VERSION "0.2.6.6"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
......
......@@ -232,7 +232,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
#define VERSION "0.2.6.5-rc-dev"
#define VERSION "0.2.6.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment