~ubuntu-branches/ubuntu/raring/openvpn/raring-proposed

« 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-04-05 12:17:26 UTC
  • mto: (1.3.3 upstream) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060405121726-btck979dumiwfrte
Tags: upstream-2.0.6
ImportĀ upstreamĀ versionĀ 2.0.6

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.5" # AUTO_VERSION
 
17
!define VERSION "2.0.6" # AUTO_VERSION
18
18
 
19
19
!define TAP "tap0801"
20
20
!define TAPDRV "${TAP}.sys"