From dbeb1ee07269942997a3676595a795d4aee547eb Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 26 Jul 2010 21:37:26 +0000 Subject: [PATCH] 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 --- utils/themeeditor/themeeditor.pro | 1 + 1 file changed, 1 insertion(+) 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