From fc751813fb586ab38d712843f610eb175656e66a Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 27 Feb 2017 09:54:48 +0200 Subject: Version 1.1.90 --- NEWS | 4 +++- configure.ac | 4 ++-- extra/Makefile.am | 3 +++ src/Makefile.am | 2 +- src/config.c | 2 +- src/jumper.c | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index a2d1e51..84887b7 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,11 @@ -Jumper -- history of user-visible changes. 2013-12-26 +Jumper -- history of user-visible changes. 2017-02-27 Copyright (C) 2013 Sergey Poznyakoff See the end of file for copying conditions. Please send Jumper bug reports to +Version 1.1.90 (Git) + Version 1.1, 2013-12-26 * Configuration syntax changes diff --git a/configure.ac b/configure.ac index c27e39c..1b81d84 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of Jumper -*- autoconf -*- -# Copyright (C) 2013 Sergey Poznyakoff +# Copyright (C) 2013, 2017 Sergey Poznyakoff # # Jumper is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # along with Jumper. If not, see . AC_PREREQ([2.69]) -AC_INIT([jumper], [1.1], [bug-jumper@gnu.org.ua],, +AC_INIT([jumper], [1.1.90], [bug-jumper@gnu.org.ua],, [http://www.gnu.org.ua/software/jumper]) AC_CONFIG_SRCDIR([src/jumper.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/extra/Makefile.am b/extra/Makefile.am index 9c03b60..f129387 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -3,5 +3,8 @@ ifalive_SOURCES=\ ifalive.c\ expr.y\ lex.l +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=ifalive +noinst_HEADERS=ifalive.h expr.h +BUILT_SOURCES=expr.h AM_YFLAGS = -dv diff --git a/src/Makefile.am b/src/Makefile.am index ebb8ce6..96e1c56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # This file is part of Jumper -*- autoconf -*- -# Copyright (C) 2013 Sergey Poznyakoff +# Copyright (C) 2013, 2017 Sergey Poznyakoff # # Jumper is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/config.c b/src/config.c index e9d710b..bf02bb4 100644 --- a/src/config.c +++ b/src/config.c @@ -1,5 +1,5 @@ /* This file is part of Jumper - Copyright (C) 2013 Sergey Poznyakoff + Copyright (C) 2013, 2017 Sergey Poznyakoff Jumper is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/jumper.c b/src/jumper.c index 76ecfb7..9bf9c73 100644 --- a/src/jumper.c +++ b/src/jumper.c @@ -1,5 +1,5 @@ /* This file is part of Jumper - Copyright (C) 2013 Sergey Poznyakoff + Copyright (C) 2013, 2017 Sergey Poznyakoff Jumper is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.1