diff options
author | panne <unknown> | 2004-09-30 21:00:57 +0000 |
---|---|---|
committer | panne <unknown> | 2004-09-30 21:00:57 +0000 |
commit | 3772fc40a2ddcc2f64294d2d03ce6edf3ba1dc9b (patch) | |
tree | c801ba62485e2a14aff91283fff93553aaff8664 /ghc | |
parent | bc4b6a82cce6b18be2076a8eac2bab37863bad96 (diff) | |
download | haskell-3772fc40a2ddcc2f64294d2d03ce6edf3ba1dc9b.tar.gz |
[project @ 2004-09-30 21:00:57 by panne]
Stylistic changes
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/VERSION.in | 2 | ||||
-rw-r--r-- | ghc/docs/users_guide/ug-book.xml.in | 2 | ||||
-rw-r--r-- | ghc/ghc.spec.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ghc/VERSION.in b/ghc/VERSION.in index 72ee7cdb34..7bb6a43389 100644 --- a/ghc/VERSION.in +++ b/ghc/VERSION.in @@ -1 +1 @@ -@PACKAGE_NAME@, version @PACKAGE_VERSION@ +@ProjectName@, version @ProjectVersion@ diff --git a/ghc/docs/users_guide/ug-book.xml.in b/ghc/docs/users_guide/ug-book.xml.in index 01b8bf4700..d098df428f 100644 --- a/ghc/docs/users_guide/ug-book.xml.in +++ b/ghc/docs/users_guide/ug-book.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="iso-8859-1"?> <bookinfo> -<title>The @PACKAGE_NAME@ User's Guide, Version @PACKAGE_VERSION@</title> +<title>@ProjectName@ User's Guide, Version @ProjectVersion@</title> <author><othername>The GHC Team</othername></author> <address> <email>glasgow-haskell-{bugs,users}-request@haskell.org</email> diff --git a/ghc/ghc.spec.in b/ghc/ghc.spec.in index ac2968d285..dc87a9e975 100644 --- a/ghc/ghc.spec.in +++ b/ghc/ghc.spec.in @@ -8,7 +8,7 @@ # This file is subject to the same free software license as GHC. %define name ghc -%define version @PACKAGE_VERSION@ +%define version @ProjectVersion@ %define release @release@ Name: %{name} |