summaryrefslogtreecommitdiff
path: root/xnt/__init__.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-02-01 18:52:53 -0700
committerkennyballou <kballou@onyx.boisestate.edu>2013-02-01 19:10:33 -0700
commit7ab6083f53f180ff49b2739a2fb1d3b6269a4a56 (patch)
treefb67934dab91c5643d7d07686e9b7998f2771d58 /xnt/__init__.py
parentd4117776b4eaaa1b0e1d0cae20b1def8625e37b0 (diff)
downloadxnt-7ab6083f53f180ff49b2739a2fb1d3b6269a4a56.tar.gz
xnt-7ab6083f53f180ff49b2739a2fb1d3b6269a4a56.tar.xz
Refactor, Fix, and Further hack Xenant's rewrite
My first hack toward this (major) refactor had a number of mistakes that were (hopefully) corrected. I intend to now write tests for these (may require a bit more refactoring...). But there is also probably a lot more that needs to be done for this.
Diffstat (limited to 'xnt/__init__.py')
-rw-r--r--xnt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/__init__.py b/xnt/__init__.py
index 810a83c..9d9f2a3 100644
--- a/xnt/__init__.py
+++ b/xnt/__init__.py
@@ -16,7 +16,7 @@
# 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.4.1"
+__version__ = "Xnt 0.5.0dev1"
__license__ = """
Xnt -- A Wrapper Build Tool
Copyright (C) 2012 Kenny Ballou