From 2d85550e5466c18f248321f7eab333025098ea53 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 11 Aug 2017 21:11:24 +0200 Subject: Final changes before the release of GF 3.9 --- src/runtime/c/setup.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/runtime/c/setup.sh (limited to 'src/runtime/c') diff --git a/src/runtime/c/setup.sh b/src/runtime/c/setup.sh old mode 100644 new mode 100755 -- cgit v1.2.3 From c642421fa97201769aac10e4c053db22537fa9c1 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 17 Aug 2017 11:58:23 +0200 Subject: configure.ac: use a Cabal-friendly version number and replace the outdated URL --- src/runtime/c/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c') diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index 2af9016de..f52479a5b 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(Portable Grammar Format library, 0.1.pre, - https://code.google.com/p/grammatical-framework/, +AC_INIT(Portable Grammar Format library, 0.1-pre, + http://www.grammaticalframework.org/, libpgf) AC_PREREQ(2.58) -- cgit v1.2.3