Fixed issue with fossil 1.2.0 where a new type of user query (yes to all/no) caused Fuel to hang

Upped version to 0.9.5
Minor GUI Tweaks

FossilOrigin-Name: d7d817fe47606c591cc03e8d71e744d187bca5d7
This commit is contained in:
kostas
2011-10-22 15:03:48 +00:00
parent db5c2af9ac
commit 4dfa5d2d23
8 changed files with 52 additions and 45 deletions

View File

@ -5,7 +5,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setApplicationName("Fuel");
a.setApplicationVersion("0.9.4");
a.setApplicationVersion("0.9.5");
a.setOrganizationDomain("karanik.com");
a.setOrganizationName("Karanik");