dev: add development tag to the version

This commit is contained in:
Daniel Kochmański 2016-03-07 21:46:13 +01:00
parent d8f8f6bca9
commit e94d397c09
3 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ srcdir = ..\src
SHORT_SITE_NAME =
LONG_SITE_NAME =
ECL_VERSION = 16.1.2
ECL_VERSION = 16.1.2-dev
ECL_VERSION_NUMBER= 161002
ARCHITECTURE = PENTIUM4
SOFTWARE_TYPE = NT

20
src/configure vendored
View file

@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ecl 16.1.2.
# Generated by GNU Autoconf 2.69 for ecl 16.1.2-dev.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -578,8 +578,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ecl'
PACKAGE_TARNAME='ecl'
PACKAGE_VERSION='16.1.2'
PACKAGE_STRING='ecl 16.1.2'
PACKAGE_VERSION='16.1.2-dev'
PACKAGE_STRING='ecl 16.1.2-dev'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1366,7 +1366,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ecl 16.1.2 to adapt to many kinds of systems.
\`configure' configures ecl 16.1.2-dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1435,7 +1435,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ecl 16.1.2:";;
short | recursive ) echo "Configuration of ecl 16.1.2-dev:";;
esac
cat <<\_ACEOF
@ -1611,7 +1611,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ecl configure 16.1.2
ecl configure 16.1.2-dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2198,7 +2198,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ecl $as_me 16.1.2, which was
It was created by ecl $as_me 16.1.2-dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -10214,7 +10214,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ecl $as_me 16.1.2, which was
This file was extended by ecl $as_me 16.1.2-dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -10276,11 +10276,11 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ecl config.status 16.1.2
ecl config.status 16.1.2-dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Copyright (C) Free Software Foundation, Inc.
Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

View file

@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL
dnl Giuseppe Attardi 25.1.1994
dnl
AC_INIT([ecl],[16.1.2],[])
AC_INIT([ecl],[16.1.2-dev],[])
AC_REVISION([$Revision$])
AC_CONFIG_SRCDIR([bare.lsp.in])
AC_CONFIG_AUX_DIR([gmp])