From aca0061a7a7b4923cf7a71e820f68d6f838cc182 Mon Sep 17 00:00:00 2001 From: jblum Date: Thu, 18 Sep 2008 18:52:42 +0000 Subject: making use of PACKAGE git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9603 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/src/platforms/base/Constants.py.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'grc/src/platforms/base/Constants.py.in') 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. -- cgit