~ubuntu-branches/ubuntu/feisty/openvpn/feisty

« back to all changes in this revision

Viewing changes to install-win32/openvpn.nsi

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2006-10-10 12:17:57 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010121757-s3e5zpkgvw01lt1c
Tags: 2.0.9-1
* New upstream release. No changes in *NIX source code.
  Updating to avoid 'New upstream, blah, blah'.
* debian/control: Fixed spelling error in description
  (Closes: #390242)
* debian/copyright: Updated project's homepage and author's
  email address. (Closes: #388466)
* debian/copyright: Updated the FSF address.
* Updated Dutch debconf translation. (Closes: #389982, 379802)
  Thanks Kurt De Bree
* Updated Czech debconf translation. (Closes: #384755)
  Thanks Miroslav Kure

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
!define BIN "${HOME}\bin"
15
15
 
16
16
!define PRODUCT_NAME "OpenVPN"
17
 
!define VERSION "2.0.7" # AUTO_VERSION
 
17
!define VERSION "2.0.9" # AUTO_VERSION
18
18
 
19
19
!define TAP "tap0801"
20
20
!define TAPDRV "${TAP}.sys"