diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-06 15:35:14 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-06 15:35:14 +0000 |
commit | 339535efef02b61f7b1333299d3de8dc1ae5a9a1 (patch) | |
tree | 72dadf29e62d6d82ef7efc1aea90a7532260a65e /contrib/polipo | |
parent | 939e0bb2c0bc28eaffb97d5bb7800603dfc02db1 (diff) | |
download | tor-339535efef02b61f7b1333299d3de8dc1ae5a9a1.tar.gz tor-339535efef02b61f7b1333299d3de8dc1ae5a9a1.zip |
Update version. Need to figure out a better way to do this going
forward.
svn:r11782
Diffstat (limited to 'contrib/polipo')
-rw-r--r-- | contrib/polipo/package.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/polipo/package.sh b/contrib/polipo/package.sh index c6ee787186..a20fb440ad 100644 --- a/contrib/polipo/package.sh +++ b/contrib/polipo/package.sh @@ -1,6 +1,7 @@ #!/bin/sh # $Id: package.sh 8992 2006-12-23 03:12:09Z phobos $ # Copyright 2004-2005 Nick Mathewson & Andrew Lewman. +# Copyright 2005-2007 Andrew Lewman # See LICENSE in Polipo distribution for licensing information. ### @@ -8,7 +9,7 @@ # http://developer.apple.com/documentation/DeveloperTools/Conceptual/SoftwareDistribution/index.html # man packagemaker -VERSION="1.0.2" +VERSION="1.0.3" ## Determine OSX Version # map version to name |