]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Bump SONAME to 4.0.0
authorFabio M. Di Nitto <fdinitto@redhat.com>
Fri, 24 Apr 2009 10:06:57 +0000 (10:06 +0000)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Fri, 24 Apr 2009 10:06:57 +0000 (10:06 +0000)
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2144 fd59a12c-fef9-0310-b244-a6a79926bd2f

configure.ac

index 3d5b15eba1fe77c491e33e5f671bbccb864e04a1..2a41b5d7ad0d0bfc1f9758fc1884a7614a7ee544 100644 (file)
@@ -154,7 +154,7 @@ LINT_FLAGS="-weak -unrecog +posixlib +ignoresigns -fcnuse \
        -badflag -D__gnuc_va_list=va_list -D__attribute\(x\)="
 
 # libraries SONAME
-SOMAJOR="3"
+SOMAJOR="4"
 SOMINOR="0"
 SOMICRO="0"
 SONAME="${SOMAJOR}.${SOMINOR}.${SOMICRO}"