Updated version number to 0.5.1. master
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Sun, 30 Mar 2014 05:14:25 +0000 (06:14 +0100)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Sun, 30 Mar 2014 05:14:25 +0000 (06:14 +0100)
OpenVPNUI.pro.user
qml/pages/AboutPage.qml
rpm/harbour-openvpn-rig.spec
rpm/harbour-openvpn-rig.yaml

index e62ae15..630d4bf 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 2.8.1, 2014-03-29T11:40:04. -->
+<!-- Written by QtCreator 2.8.1, 2014-03-30T00:44:12. -->
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
@@ -55,7 +55,7 @@
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">MerSDK-SailfishOS-armv7hl</value>
    <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{d2cef3cf-98e6-437c-a097-b7f269d12d9c}</value>
    <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
-   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">2</value>
+   <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
    <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
    <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
     <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
index da6fabb..3b16032 100644 (file)
@@ -37,6 +37,7 @@ import Sailfish.Silica 1.0
 
 Page {
     id: aboutPage
+    property string version: "0.5.1"
 
     SilicaFlickable {
         width: parent.width
@@ -77,7 +78,7 @@ Page {
                 }
             }
             Label {
-                text: "Version:\t0.5.0"
+                text: "Version:\t" + version
                 wrapMode: Text.WordWrap
                 font.pixelSize: Theme.fontSizeSmall
                 horizontalAlignment: Text.AlignLeft
index 2e30e4f..8a4cb86 100644 (file)
@@ -13,7 +13,7 @@ Name:       harbour-openvpn-rig
 %{!?qtc_make:%define qtc_make make}
 %{?qtc_builddir:%define _builddir %qtc_builddir}
 Summary:    OpenVPN User Interface
-Version:    0.1
+Version:    0.5
 Release:    1
 Group:      Qt/Qt
 License:    BSD Licence
index 33b4ca5..f56942c 100644 (file)
@@ -1,6 +1,6 @@
 Name: harbour-openvpn-rig
 Summary: OpenVPN User Interface
-Version: 0.1
+Version: 0.5
 Release: 1
 Group: Qt/Qt
 URL: http://example.org/