diff options
author | Micael Karlberg <[email protected]> | 2011-10-25 10:19:42 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-25 10:19:42 +0200 |
commit | 3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb (patch) | |
tree | 95aa428125631bef50881885ec70a6dd602e3fa9 /lib/megaco/vsn.mk | |
parent | 5dc64cffb084e8abc6e5908025833481331f38de (diff) | |
download | otp-3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb.tar.gz otp-3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb.tar.bz2 otp-3326bd4efa5ff4965a1bab2f6451a4bf47ca0ebb.zip |
Upped the version number. Some cosmetics related to the
profile tool.
Diffstat (limited to 'lib/megaco/vsn.mk')
-rw-r--r-- | lib/megaco/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk index c1476488ca..35acffcb64 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.15.1.1 +MEGACO_VSN = 3.15.1.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" |