Release Spot 1.0.

* NEWS, configure.ac: Bump version to 1.0.
This commit is contained in:
Alexandre Duret-Lutz 2012-10-27 09:30:56 +02:00
parent f9373e4a9f
commit 213b67e84b
2 changed files with 18 additions and 16 deletions

View file

@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61])
AC_INIT([spot], [0.9.2a], [spot@lrde.epita.fr])
AC_INIT([spot], [1.0], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])