## $Id$ # # Copyright (C) 2008, 2009 Jari Häkkinen, Peter Johansson # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2017 Peter Johansson # # This file is part of the yat library, http://dev.thep.lu.se/yat # # The yat library is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 3 of the # License, or (at your option) any later version. # # The yat library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with yat. If not, see . # # # Set version numbers, see http://apr.apache.org/versioning.html # m4_include([m4/my_version.m4]) MY_VERSION_early([0], [13], [2], [true]) # Library versioning (current:revision:age) # # How to update library version number # # current: Increment if the interface has additions, changes, removals. # # revision: Increment any time the source changes; set to 0 if you # incremented 'current'. # # age: Increment if any interfaces have been added; set to 0 if any # interfaces have been removed. removal has precedence over adding, so # set to 0 if both happened. # # See the libtool manual for further explanation of the numbers # # yat-0.3 undefined # yat-0.4 1:0:0 # yat-0.4.1 1:0:0 # yat-0.4.2 1:1:0 # yat-0.4.3 1:2:0 # yat-0.5 1:2:0* # yat-0.5.1 2:0:0 # yat-0.5.2 2:1:0 # yat-0.5.3 2:2:0 # yat-0.5.4 2:3:0 # yat-0.5.5 2:4:0 # yat-0.5.6 2:5:0 # yat-0.6 3:0:0 # yat-0.6.1 3:1:0 # yat-0.6.2 3:2:0 # yat-0.6.3 3:3:0 # yat-0.7 4:0:0 # yat-0.7.1 4:1:0 # yat-0.7.2 4:2:0 # yat-0.7.3 4:3:0 # yat-0.8 5:0:0 # yat-0.8.1 5:1:0 # yat-0.8.2 5:2:0 # yat-0.9 6:0:0 # yat-0.9.1 6:1:0 # yat-0.9.2 6:2:0 # yat-0.10 7:0:0 # yat-0.10.1 7:1:0 # yat-0.10.2 7:2:0 # yat-0.10.3 7:3:0 # yat-0.11 8:0:0 # yat-0.11.1 8:1:0 # yat-0.11.2 8:2:0 # yat-0.12 9:0:0 # yat-0.12.1 9:1:0 # yat-0.12.2 9:2:0 # yat-0.13 10:0:0 # yat-0.13.1 10:1:0 # # *Accidently, the libtool number was not updated for yat 0.5 # m4_define([YAT_LT_VERSION_INFO], [10:2:0])