diff options
author | Micael Karlberg <[email protected]> | 2012-06-14 12:56:25 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-06-14 12:56:25 +0200 |
commit | 134eb88158b5ccb49afc054091deea38580e9f86 (patch) | |
tree | bc6e9727a6c3d407a0aff67f8bda6fc3859aae28 /lib/inets/vsn.mk | |
parent | 06aebf59590d2376ac54f534f58b0ea9f41efb25 (diff) | |
download | otp-134eb88158b5ccb49afc054091deea38580e9f86.tar.gz otp-134eb88158b5ccb49afc054091deea38580e9f86.tar.bz2 otp-134eb88158b5ccb49afc054091deea38580e9f86.zip |
Added missing comma and set proper version
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 488947c3a1..949eceea7f 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9 +INETS_VSN = 5.9.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |