~vcs-imports-ii/osip/master

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Aymeric Moizard
  • Date: 2020-11-10 17:39:37 UTC
  • Revision ID: git-v1:a459f275df9459f7cd2d645098e8a233fe0fa9d2
Tags: 5.2.0
update to version 5.2.0 // release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.69])
2
 
AC_INIT([libosip2],[5.1.2])
 
2
AC_INIT([libosip2],[5.2.0])
3
3
AC_CONFIG_SRCDIR([include/osip2/osip.h])
4
4
 
5
5
AC_MSG_NOTICE([libosip2                The GNU Open SIP library.])
6
6
AC_MSG_NOTICE([Copyright (C) 2001-2020 Aymeric MOIZARD - <amoizard@antisip.com>])
7
7
 
8
 
#increase major number for every release
9
 
AC_SUBST(LIBOSIP_SO_VERSION, 13:0:0)
 
8
#‘current[:revision[:age]]’. So, passing -version-info 3:12:1 sets current to 3, revision to 12, and age to 1
 
9
# 1/ increase revision for every source code change [release]
 
10
# 2/ increase current for every API/ABI change and revert revision to 0
 
11
# 3/ always set age to 0 (for public release)
 
12
AC_SUBST(LIBOSIP_SO_VERSION, 14:0:0)
10
13
AC_SUBST(OSIP_VERSION, $VERSION)
11
14
 
12
15
AC_MSG_RESULT([Configuring ${PACKAGE} ${VERSION}])