change the version from 2.1.1a to 2.1.1.dev for Debian

Fixes #186.

* configure.ac, NEWS: Update version.
This commit is contained in:
Alexandre Duret-Lutz 2016-09-23 15:04:41 +02:00
parent 6528d75339
commit 0678d1a662
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61])
AC_INIT([spot], [2.1.1a], [spot@lrde.epita.fr])
AC_INIT([spot], [2.1.1.dev], [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])