diff options
Diffstat (limited to 'grc/src/platforms/base/Constants.py.in')
-rw-r--r-- | grc/src/platforms/base/Constants.py.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/grc/src/platforms/base/Constants.py.in b/grc/src/platforms/base/Constants.py.in index 26ba72d97..4ee4278f1 100644 --- a/grc/src/platforms/base/Constants.py.in +++ b/grc/src/platforms/base/Constants.py.in @@ -19,7 +19,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA import os -##The current version of this code +##The package name. +PACKAGE = '@PACKAGE@' + +##The current version. VERSION = '@VERSION@' ##Location of external data files. |