summaryrefslogtreecommitdiff
path: root/xnt/__init__.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-01 21:12:54 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-01 21:12:54 -0700
commit69a4577f44cd3b5a2be63832ad7e9b247469862c (patch)
treea615f5d8b8d5db1362e533d716d45f2748765133 /xnt/__init__.py
parent5a440ae9c9f759bf08528de81d0dc815ac05605a (diff)
downloadxnt-69a4577f44cd3b5a2be63832ad7e9b247469862c.tar.gz
xnt-69a4577f44cd3b5a2be63832ad7e9b247469862c.tar.xz
Refactor Versioning
Xnt now has a version module that all other modules shall use when requesting version information
Diffstat (limited to 'xnt/__init__.py')
-rw-r--r--xnt/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/xnt/__init__.py b/xnt/__init__.py
index fe8127d..8e77489 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -16,7 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = "Xnt 0.5.0"
+import xnt.version
+__version__ = "Xnt " + xnt.version.__version__
__license__ = """
Xnt -- A Wrapper Build Tool
Copyright (C) 2012 Kenny Ballou