This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git


The following commit(s) were added to refs/heads/master by this push:
     new c26fed979 Explain mod_axis2 0.7.0 version number in te INSTALL doc
c26fed979 is described below

commit c26fed979f8ebbed7d2553fedab53fd2263d68d1
Author: Robert Lazarski <[email protected]>
AuthorDate: Tue Dec 23 04:01:52 2025 -1000

    Explain mod_axis2 0.7.0 version number in te INSTALL doc
---
 INSTALL | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 7ba279276..51607fc84 100644
--- a/INSTALL
+++ b/INSTALL
@@ -906,8 +906,10 @@ Table of Contents
     NOTE : To do the following tasks, you might need super user privileges 
                   on your machine.
 
-    Copy the mod_axis2 (libmod_axis2.so.0.7.0 on Linux and mod_axis2.dll 
-       on Windows) to "<apache2 modules directory>" as mod_axis2.so 
+    Copy the mod_axis2 (libmod_axis2.so.0.7.0 on Linux and mod_axis2.dll
+       on Windows) to "<apache2 modules directory>" as mod_axis2.so
+
+       NOTE: The 0.7.0 version in the library filename reflects libtool's 
shared library versioning for ABI compatibility tracking and differs from the 
project release version (2.0.0). 
     
        Example:
        cp $AXIS2C_HOME/lib/libmod_axis2.so.0.7.0 

Reply via email to