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 | |
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')
-rw-r--r-- | lib/megaco/test/megaco_codec_v1_test.erl | 4 | ||||
-rw-r--r-- | lib/megaco/test/megaco_codec_v2_test.erl | 4 | ||||
-rw-r--r-- | lib/megaco/vsn.mk | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/megaco/test/megaco_codec_v1_test.erl b/lib/megaco/test/megaco_codec_v1_test.erl index 3a548c4d9e..e9c19605dd 100644 --- a/lib/megaco/test/megaco_codec_v1_test.erl +++ b/lib/megaco/test/megaco_codec_v1_test.erl @@ -371,9 +371,9 @@ profile_decode_text_messages(Slogan, Codec, Config, Msgs0) -> decode_text_messages(Codec, Config, Bins, []) end, %% Make a dry run, just to make sure all modules are loaded: - io:format("make a dry run..~n", []), + io:format("make a dry run...~n", []), (catch Fun()), - io:format("make the run..~n", []), + io:format("make the run...~n", []), megaco_profile:profile(Slogan, Fun). %% (catch megaco_codec_v1_test:profile_encode_compact_text_messages()). diff --git a/lib/megaco/test/megaco_codec_v2_test.erl b/lib/megaco/test/megaco_codec_v2_test.erl index c3a80febba..1d3fcb36e9 100644 --- a/lib/megaco/test/megaco_codec_v2_test.erl +++ b/lib/megaco/test/megaco_codec_v2_test.erl @@ -346,9 +346,9 @@ profile_decode_text_messages(Slogan, Codec, Config, Msgs0) -> decode_text_messages(Codec, Config, Bins, []) end, %% Make a dry run, just to make sure all modules are loaded: - io:format("make a dry run..~n", []), + io:format("make a dry run...~n", []), (catch Fun()), - io:format("make the run..~n", []), + io:format("make the run...~n", []), megaco_profile:profile(Slogan, Fun). %% (catch megaco_codec_v2_test:profile_encode_compact_text_messages()). 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)" |