diff options
author | Micael Karlberg <[email protected]> | 2011-12-07 14:43:50 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-12-07 14:43:50 +0100 |
commit | 052281e861651dbcb13c6cf3c4898aa57ae65880 (patch) | |
tree | 45b3e7f2bb1f59aad846745d25aa1a09c26af4b6 /lib/megaco/vsn.mk | |
parent | 2e5639155e153ba4869d7671d1a7becd5e07dc1a (diff) | |
download | otp-052281e861651dbcb13c6cf3c4898aa57ae65880.tar.gz otp-052281e861651dbcb13c6cf3c4898aa57ae65880.tar.bz2 otp-052281e861651dbcb13c6cf3c4898aa57ae65880.zip |
Fixed doc make target for (internally used) index.html file.
Updated appup, version and release notes for R15 release.
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 35acffcb64..bb6f5f554a 100644 --- a/lib/megaco/vsn.mk +++ b/lib/megaco/vsn.mk @@ -18,6 +18,6 @@ # %CopyrightEnd% APPLICATION = megaco -MEGACO_VSN = 3.15.1.2 +MEGACO_VSN = 3.16 PRE_VSN = APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)" |