Version bump and forgot to add constants.py
authorepage <eopage@byu.net>
Thu, 28 May 2009 01:56:45 +0000 (01:56 +0000)
committerepage <eopage@byu.net>
Thu, 28 May 2009 01:56:45 +0000 (01:56 +0000)
git-svn-id: file:///svnroot/ejpi/trunk@48 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d

src/constants.py [new file with mode: 0644]
support/builddeb.py

diff --git a/src/constants.py b/src/constants.py
new file mode 100644 (file)
index 0000000..cbe768e
--- /dev/null
@@ -0,0 +1,4 @@
+__pretty_app_name__ = "e**(j pi) + 1 = 0"
+__app_name__ = "ejpi"
+__version__ = "0.9.5"
+__app_magic__ = 0xdeadbeef
index 144f98c..d7becb1 100755 (executable)
@@ -15,6 +15,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = 0
 __changelog__ = '''
+0.9.5
+
 0.9.4
  * Added icons
  * Minor improvements