diff options
author | Rickard Green <[email protected]> | 2014-02-21 11:34:29 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-02-21 11:34:29 +0100 |
commit | dd298cc2d6b21e8c387ac525bd678f0dfa8853f3 (patch) | |
tree | e59914298c52fec7fb00234eb4f22517367f3a44 /make/otp.mk.in | |
parent | 986611be9b5050969a58e8bdce864b0eb91133d5 (diff) | |
parent | 3fd4e3e770fbed95fd6fa2d547945ac71256339c (diff) | |
download | otp-dd298cc2d6b21e8c387ac525bd678f0dfa8853f3.tar.gz otp-dd298cc2d6b21e8c387ac525bd678f0dfa8853f3.tar.bz2 otp-dd298cc2d6b21e8c387ac525bd678f0dfa8853f3.zip |
Merge branch 'rickard/otp_version/OTP-11615'
* rickard/otp_version/OTP-11615:
Misc adjustments of OTP version
Diffstat (limited to 'make/otp.mk.in')
-rw-r--r-- | make/otp.mk.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/otp.mk.in b/make/otp.mk.in index 785926b997..a89bc37820 100644 --- a/make/otp.mk.in +++ b/make/otp.mk.in @@ -30,6 +30,13 @@ include $(ERL_TOP)/make/output.mk # ---------------------------------------------------- +# Version +# ---------------------------------------------------- + +OTP_VERSION = @OTP_VERSION@ +SYSTEM_VSN = @SYSTEM_VSN@ + +# ---------------------------------------------------- # Cross Compiling # ---------------------------------------------------- CROSS_COMPILING = @CROSS_COMPILING@ |