source: trunk/m4/version.m4

Last change on this file was 1670, checked in by Peter Johansson, 3 months ago

Merged release 0.11.1 into trunk

File size: 958 bytes
Line 
1## $Id: version.m4 1670 2023-07-05 04:03:36Z peter $
2#
3# Copyright (C) 2008 Jari Häkkinen, Peter Johansson
4# Copyright (C) 2009, 2010, 2012, 2023 Peter Johansson
5#
6# This file is part of svndigest, http://dev.thep.lu.se/svndigest
7#
8# svndigest is free software; you can redistribute it and/or modify it
9# under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3 of the License, or
11# (at your option) any later version.
12#
13# svndigest is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16# General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
20#
21
22m4_include([m4/my_version.m4])
23
24#
25# Set version numbers, see http://apr.apache.org/versioning.html
26#
27
28MY_VERSION_early([0], [12], [0], [true])
Note: See TracBrowser for help on using the repository browser.