diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 1838b5d..d23ee8d 100644 --- a/config.make.in +++ b/config.make.in @@ -2,6 +2,9 @@ # From $Id$. # Don't edit this file. Put configuration parameters in configparms instead. +version = @VERSION@ +release = @RELEASE@ + # Installation prefixes. install_root = prefix = @prefix@ |