blob: 6e4469f1c85bf8179fd554a2c18b414b2c25bd22 (
plain)
1
2
3
4
5
6
7
|
# This file is part of Autoconf. -*- Autoconf -*-
# Version of Autoconf.
#------------------------------------------------------------------------------
# Copyright 2003-2022,2023 Thomas E. Dickey
# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
m4_define([AC_ACVERSION], [@VERSION@])
|