]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneCore.java
GetVersion method for linphoneCore exported
[linphone] / java / common / org / linphone / core / LinphoneCore.java
index 6f0ce2c653cc47450f3887b5d1d44e678b5d31c3..e06342178e27cbab36c1513fe59c45ffbefaeddb 100644 (file)
@@ -784,4 +784,8 @@ public interface LinphoneCore {
         */
        public void refreshRegisters();
 
+       /**
+        * return the version code of linphone core
+        */
+       public String getVersion();
 }