Changeset 149 for trunk/configure.ac
- Timestamp:
- Aug 12, 2006, 11:11:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r146 r149 9 9 # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson 10 10 # 11 # This file is part of svn stat, http://lev.thep.lu.se/trac/svnstat11 # This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest 12 12 # 13 # svn stat is free software; you can redistribute it and/or modify it13 # svndigest is free software; you can redistribute it and/or modify it 14 14 # under the terms of the GNU General Public License as published by 15 15 # the Free Software Foundation; either version 2 of the License, or 16 16 # (at your option) any later version. 17 17 # 18 # svn stat is distributed in the hope that it will be useful, but18 # svndigest is distributed in the hope that it will be useful, but 19 19 # WITHOUT ANY WARRANTY; without even the implied warranty of 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 21 # General Public License for more details. 22 22 # … … 27 27 28 28 AC_PREREQ(2.57) 29 AC_INIT([[svn stat]],[0.3],[jari@thep.lu.se])29 AC_INIT([[svndigest]],[0.4],[jari@thep.lu.se]) 30 30 AC_CONFIG_SRCDIR([lib/File.h]) 31 31 AC_CONFIG_AUX_DIR([autotools])
Note: See TracChangeset
for help on using the changeset viewer.