diff options
author | Robert Bieber <robby@bieberphoto.com> | 2010-07-26 21:37:26 +0000 |
---|---|---|
committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-26 21:37:26 +0000 |
commit | dbeb1ee07269942997a3676595a795d4aee547eb (patch) | |
tree | 371df6b4650f7aee12ad0f2033c8c8b818b00483 /utils | |
parent | d530f0bbe55a4ddbb4e06106c9439f9ccb44553b (diff) |
Theme Editor: Added ditor: Added a version number to the project file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27581 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils')
-rw-r--r-- | utils/themeeditor/themeeditor.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index a0687d4d8a..a073465091 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -1,5 +1,6 @@ #Setting the binary name TARGET = rbthemeeditor +VERSION = 0.5 # Adding network support QT += network |