Home | History | Annotate | Line # | Download | only in windows
      1 # Version strings
      2 
      3 VER_PACKAGE=heimdal
      4 VER_PACKAGE_NAME=Heimdal
      5 VER_PACKAGE_BUGREPORT=https://github.com/heimdal/heimdal/issues
      6 VER_PACKAGE_COPYRIGHT=Copyright (C) 1995-2016 Royal Institute of Technology, Stockholm, Sweden
      7 VER_PACKAGE_COMPANY=www.h5l.org
      8 
      9 VER_PRODUCT_MAJOR=7
     10 VER_PRODUCT_MINOR=8
     11 VER_PRODUCT_AUX=0
     12 VER_PRODUCT_PATCH=0
     13 
     14 # ------------------------------------------------------------
     15 # The VER_OLD_BEGIN and VER_OLD_END version values are used in
     16 # constructing the assembly publisher configuration.  The end
     17 # must be less than the VER_PRODUCT value.  If the current
     18 # version is 1.5.100.0 then VER_OLD_END version is
     19 # 1.5.99.65535.
     20 
     21 VER_OLD_BEGIN_MAJOR=7
     22 VER_OLD_BEGIN_MINOR=2
     23 VER_OLD_BEGIN_AUX=0
     24 VER_OLD_BEGIN_PATCH=0
     25 
     26 VER_OLD_END_MAJOR=7
     27 VER_OLD_END_MINOR=7
     28 VER_OLD_END_AUX=65535
     29 VER_OLD_END_PATCH=65535
     30 
     31 VER_PACKAGE_VERSION=$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).$(VER_PRODUCT_AUX)
     32 
     33 # Debug build flag
     34 !ifndef NODEBUG
     35 VER_DEBUG=1
     36 !endif
     37 
     38 # Define to 1 if this is a pre-release build.  Undefine otherwise
     39 # VER_PRERELEASE=1
     40 
     41 # Define to a valid string if this build DOES NOT follow normal
     42 # release procedures.  I.e. this is a private build whose version
     43 # numbers are not co-ordinated with mainline development.
     44 
     45 #VER_PRIVATE=Private build for MyCompany
     46 
     47 # Define to a valid string if this build DOES follow normal release
     48 # procedures, but is a variation of the standard files of the same
     49 # version numbers.
     50 
     51 #VER_SPECIAL=Special build for testing ticket 12345
     52