From 44b47a59624a0023b08fcafc14c72f44c5b7a6fd Mon Sep 17 00:00:00 2001 From: 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 a0687d4d8..a07346509 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 -- 2.11.4.GIT