-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1056 from ikedas/release_6.2.60 by ikedas & racke
Release 6.2.60
- Loading branch information
Showing
2 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
# Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | ||
# 2006, 2007, 2008, 2009, 2010, 2011 Comite Reseau des Universites | ||
# Copyright (c) 2011, 2012, 2013, 2014, 2015, 2016, 2017 GIP RENATER | ||
# Copyright 2017, 2018, 2019, 2020 The Sympa Community. See the AUTHORS.md | ||
# file at the top-level directory of this distribution and at | ||
# Copyright 2017, 2018, 2019, 2020, 2021 The Sympa Community. See the | ||
# AUTHORS.md file at the top-level directory of this distribution and at | ||
# <https://github.com/sympa-community/sympa.git>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -25,7 +25,7 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
AC_PREREQ(2.60) | ||
AC_INIT(sympa, 6.2.59b.2, [email protected]) | ||
AC_INIT(sympa, 6.2.60, [email protected]) | ||
AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax]) | ||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | ||
AM_PO_SUBDIRS | ||
|