From 780820f5cd3ecbee5dd067d11d546880714a35c2 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 8 Nov 2011 22:50:59 +1000 Subject: [PATCH] Created beta branch.. (Just mucking with git) --- mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.h b/mainwindow.h index a970a754..b496cf00 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -20,8 +20,8 @@ #include "preferencesdialog.h" const int major_version=0; -const int minor_version=8; -const int revision_number=7; +const int minor_version=9; +const int revision_number=0; extern Profile * profile;