diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-02 10:14:02 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-09-02 10:14:02 -0700 |
commit | 6fb2acc3c49e3bb7b8845d517c4bff4a8f5b0fa8 (patch) | |
tree | f67c26abd8639a0146ac1522424b62542b101ca8 /gnuradio-core/src/lib/general/gr_constants.h | |
parent | 12b02687d8504adc6efb747a51d3c2fa77a21d63 (diff) |
Removed subversion related configuration info.
* Don't call GR_SUBVERSION in configure.ac
* Remove --svn* options from gnuradio-config-info
Diffstat (limited to 'gnuradio-core/src/lib/general/gr_constants.h')
-rw-r--r-- | gnuradio-core/src/lib/general/gr_constants.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnuradio-core/src/lib/general/gr_constants.h b/gnuradio-core/src/lib/general/gr_constants.h index e44890be01..449d41c174 100644 --- a/gnuradio-core/src/lib/general/gr_constants.h +++ b/gnuradio-core/src/lib/general/gr_constants.h @@ -45,16 +45,6 @@ const std::string gr_prefsdir(); const std::string gr_build_date(); /*! - * \brief return repository date as set when 'bootstrap' is run - */ -const std::string gr_svn_date(); - -/*! - * \brief return repository version as set when 'bootstrap' is run - */ -const std::string gr_svn_version(); - -/*! * \brief return version string defined in configure.ac */ const std::string gr_version(); |