diff options
author | Lars Thorsen <[email protected]> | 2014-09-23 14:30:49 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2014-09-23 14:47:06 +0200 |
commit | cd14f6b5489060fb22c08e14ab0f74e7f09aa599 (patch) | |
tree | 9c91f19c6e875ae127c621a2d1a882c0e522ac9d /lib/orber/vsn.mk | |
parent | 743ed31108ee555db18d9833186865e85e34333e (diff) | |
download | otp-cd14f6b5489060fb22c08e14ab0f74e7f09aa599.tar.gz otp-cd14f6b5489060fb22c08e14ab0f74e7f09aa599.tar.bz2 otp-cd14f6b5489060fb22c08e14ab0f74e7f09aa599.zip |
[orber] Fix problem with IPv6 addresses in service context
Diffstat (limited to 'lib/orber/vsn.mk')
-rw-r--r-- | lib/orber/vsn.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/orber/vsn.mk b/lib/orber/vsn.mk index 13bdf55c07..28fe9323fb 100644 --- a/lib/orber/vsn.mk +++ b/lib/orber/vsn.mk @@ -1,2 +1 @@ -ORBER_VSN = 3.7 - +ORBER_VSN = 3.7.1 |