From c5140b2cf27b87fbeb0c60f290835ea227c5b692 Mon Sep 17 00:00:00 2001 From: epage Date: Thu, 28 May 2009 01:56:45 +0000 Subject: [PATCH] Version bump and forgot to add constants.py git-svn-id: file:///svnroot/ejpi/trunk@48 df6cc7de-23d0-4ae0-bb86-c17aa67b2a9d --- src/constants.py | 4 ++++ support/builddeb.py | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 src/constants.py diff --git a/src/constants.py b/src/constants.py new file mode 100644 index 0000000..cbe768e --- /dev/null +++ b/src/constants.py @@ -0,0 +1,4 @@ +__pretty_app_name__ = "e**(j pi) + 1 = 0" +__app_name__ = "ejpi" +__version__ = "0.9.5" +__app_magic__ = 0xdeadbeef diff --git a/support/builddeb.py b/support/builddeb.py index 144f98c..d7becb1 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -15,6 +15,8 @@ __email__ = "eopage@byu.net" __version__ = constants.__version__ __build__ = 0 __changelog__ = ''' +0.9.5 + 0.9.4 * Added icons * Minor improvements -- 1.7.9.5