summaryrefslogtreecommitdiffstats
path: root/install-win32/version.nsi
blob: b371c29d7eae055e9d4c60437b004fafe573c8ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; Version numbers and settings

!define PRODUCT_VERSION "2.1_rc2c"
!define OPENSSL_VERSION "0.9.7l"

; TAP Adapter
!define PRODUCT_TAP_MAJOR_VER       9
!define PRODUCT_TAP_MINOR_VER       2
!define PRODUCT_TAP_RELDATE         "03/05/2007"

; Service template files service.[ch] (get from Platform SDK)
!define SVC_TEMPLATE "../svc-template"

; DDK Version
!define DDKVER 3790