blob: dad8a172ad6f10d89b47b4969a67a317c7fe5ef6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
; 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"
|