aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-02-27 09:54:48 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-02-27 09:54:48 +0200
commitfc751813fb586ab38d712843f610eb175656e66a (patch)
tree980eefd77a9487efca36c97cbc14ddd2cf9e2129
parentf6e929c8f623c801aafb3c47011df66bc9ffe440 (diff)
downloadjumper-fc751813fb586ab38d712843f610eb175656e66a.tar.gz
jumper-fc751813fb586ab38d712843f610eb175656e66a.tar.bz2
Version 1.1.90
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
-rw-r--r--extra/Makefile.am3
-rw-r--r--src/Makefile.am2
-rw-r--r--src/config.c2
-rw-r--r--src/jumper.c2
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 @@
1Jumper -- history of user-visible changes. 2013-12-26 1Jumper -- history of user-visible changes. 2017-02-27
2Copyright (C) 2013 Sergey Poznyakoff 2Copyright (C) 2013 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Jumper bug reports to <bug-jumper@gnu.org.ua> 5Please send Jumper bug reports to <bug-jumper@gnu.org.ua>
6 6
7Version 1.1.90 (Git)
8
7Version 1.1, 2013-12-26 9Version 1.1, 2013-12-26
8 10
9* Configuration syntax changes 11* 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 @@
1# This file is part of Jumper -*- autoconf -*- 1# This file is part of Jumper -*- autoconf -*-
2# Copyright (C) 2013 Sergey Poznyakoff 2# Copyright (C) 2013, 2017 Sergey Poznyakoff
3# 3#
4# Jumper is free software; you can redistribute it and/or modify 4# Jumper is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
15# along with Jumper. If not, see <http://www.gnu.org/licenses/>. 15# along with Jumper. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([jumper], [1.1], [bug-jumper@gnu.org.ua],, 18AC_INIT([jumper], [1.1.90], [bug-jumper@gnu.org.ua],,
19 [http://www.gnu.org.ua/software/jumper]) 19 [http://www.gnu.org.ua/software/jumper])
20AC_CONFIG_SRCDIR([src/jumper.c]) 20AC_CONFIG_SRCDIR([src/jumper.c])
21AC_CONFIG_HEADERS([config.h]) 21AC_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=\
3 ifalive.c\ 3 ifalive.c\
4 expr.y\ 4 expr.y\
5 lex.l 5 lex.l
6AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=ifalive
7noinst_HEADERS=ifalive.h expr.h
8BUILT_SOURCES=expr.h
6 9
7AM_YFLAGS = -dv 10AM_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 @@
1# This file is part of Jumper -*- autoconf -*- 1# This file is part of Jumper -*- autoconf -*-
2# Copyright (C) 2013 Sergey Poznyakoff 2# Copyright (C) 2013, 2017 Sergey Poznyakoff
3# 3#
4# Jumper is free software; you can redistribute it and/or modify 4# Jumper is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# 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 @@
1/* This file is part of Jumper 1/* This file is part of Jumper
2 Copyright (C) 2013 Sergey Poznyakoff 2 Copyright (C) 2013, 2017 Sergey Poznyakoff
3 3
4 Jumper is free software; you can redistribute it and/or modify 4 Jumper is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of Jumper 1/* This file is part of Jumper
2 Copyright (C) 2013 Sergey Poznyakoff 2 Copyright (C) 2013, 2017 Sergey Poznyakoff
3 3
4 Jumper is free software; you can redistribute it and/or modify 4 Jumper is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.