Skip to content
Snippets Groups Projects
Commit 666f4215 authored by Andrew Lewman's avatar Andrew Lewman
Browse files

Updated the version to be @VERSION@.

svn:r13067
parent 177d5102
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.2.0.15-alpha-dev"
!define VERSION "@VERSION@"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
......@@ -30,7 +30,7 @@ VIProductVersion "${VERSION}"
VIAddVersionKey "ProductName" "The Onion Router: Tor"
VIAddVersionKey "Comments" "${WEBSITE}"
VIAddVersionKey "LegalTrademarks" "Three line BSD"
VIAddVersionKey "LegalCopyright" "2004-2007, Roger Dingledine, Nick Mathewson"
VIAddVersionKey "LegalCopyright" "2004-2008, Roger Dingledine, Nick Mathewson"
VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at ${WEBSITE}"
VIAddVersionKey "FileVersion" "${VERSION}"
......
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