~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to java/src/Ice/Util.java

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// **********************************************************************
2
2
//
3
 
// Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
 
3
// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4
4
//
5
5
// This copy of Ice is licensed to you under the terms described in the
6
6
// ICE_LICENSE file included in this distribution.
509
509
    public static String
510
510
    stringVersion()
511
511
    {
512
 
        return "3.4.1"; // "A.B.C", with A=major, B=minor, C=patch
 
512
        return "3.4.2"; // "A.B.C", with A=major, B=minor, C=patch
513
513
    }
514
514
 
515
515
    /**
522
522
    public static int
523
523
    intVersion()
524
524
    {
525
 
        return 30401; // AABBCC, with AA=major, BB=minor, CC=patch
 
525
        return 30402; // AABBCC, with AA=major, BB=minor, CC=patch
526
526
    }
527
527
 
528
528
    private static String _localAddress = null;