From 98d32401bec9d3fbc33fb7f5ff1c01b0d07bff83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arto=20Hyv=C3=A4ttinen?= Date: Fri, 13 Aug 2010 15:39:17 +0300 Subject: [PATCH] Setting version number to 0.9.2 --- src/urpomainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urpomainwindow.cpp b/src/urpomainwindow.cpp index 6d3bbfe..70095ae 100644 --- a/src/urpomainwindow.cpp +++ b/src/urpomainwindow.cpp @@ -41,7 +41,7 @@ #include "settingsdialog.h" -#define VERSION "0.92" /*! Program version */ +#define VERSION "0.9.2" /*! Program version */ UrpoMainWindow::UrpoMainWindow(QWidget *parent) : QMainWindow(parent) -- 1.7.9.5