<p dir="ltr">Hi Boudhayan,</p>
<p dir="ltr">I don't think it's a good idea to have a non-integer version patch number. It will fail for example if you try to convert you full version number into a hex value. Why not change 97 to 98?</p>
<div class="gmail_quote">On Jul 8, 2015 20:31, "Boudhayan Gupta" <<a href="mailto:me@baloneygeek.com">me@baloneygeek.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Git commit 598f655c443a34f4546c9fca8ffb968c3d56723c by Boudhayan Gupta.<br>
Committed on 08/07/2015 at 17:30.<br>
Pushed by bgupta into branch 'master'.<br>
<br>
Update docs and add point version<br>
<br>
M  +1    -1    CMakeLists.txt<br>
M  +1    -1    doc/index.docbook<br>
<br>
<a href="http://commits.kde.org/kscreengenie/598f655c443a34f4546c9fca8ffb968c3d56723c" rel="noreferrer" target="_blank">http://commits.kde.org/kscreengenie/598f655c443a34f4546c9fca8ffb968c3d56723c</a><br>
<br>
diff --git a/CMakeLists.txt b/CMakeLists.txt<br>
index 0c7063b..40b3e29 100644<br>
--- a/CMakeLists.txt<br>
+++ b/CMakeLists.txt<br>
@@ -3,7 +3,7 @@<br>
 project(KScreenGenie)<br>
 set(KSG_VERSION_MAJOR 1)<br>
 set(KSG_VERSION_MINOR 9)<br>
-set(KSG_VERSION_PATCH 97)<br>
+set(KSG_VERSION_PATCH 97.1)<br>
 set(KSG_VERSION "${KSG_VERSION_MAJOR}.${KSG_VERSION_MINOR}.${KSG_VERSION_PATCH}")<br>
<br>
 # minimum requirements<br>
diff --git a/doc/index.docbook b/doc/index.docbook<br>
index 9120978..280e4d7 100644<br>
--- a/doc/index.docbook<br>
+++ b/doc/index.docbook<br>
@@ -149,7 +149,7 @@<br>
<br>
                                <para>The <guilabel>Delay</guilabel> spin-box allows you to set the delay between pressing the <guibutton>Take New Screenshot</guibutton> (<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>) button and taking the screenshot. This delay can be set in increments of 0.1 seconds, or 100 milliseconds.</para><br>
<br>
-                               <para>Enabling the <guilabel>On Click</guilabel> checkbox overrides the delay. When this checkbox is enabled, pressing the <guibutton>Take New Screenshot</guibutton> (<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>) button hides the &kscreengenie; window and changes the mouse cursor to a crosshair. The screenshot is captured when the mouse is left-clicked, or aborted if the mouse is right-clicked. Note that you cannot interact with the desktop using the mouse while the cursor is a crosshair, but you can use the keyboard.</para><br>
+                               <para>Enabling the <guilabel>On Click</guilabel> checkbox overrides the delay. When this checkbox is enabled, pressing the <guibutton>Take New Screenshot</guibutton> (<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>) button hides the &kscreengenie; window and changes the mouse cursor to a crosshair. The screenshot is captured when the mouse is left-clicked, or aborted if any other mouse buttons are clicked. Note that you cannot interact with the desktop using the mouse while the cursor is a crosshair, but you can use the keyboard.</para><br>
                        </sect2><br>
<br>
                        <sect2><br>
_______________________________________________<br>
kde-doc-english mailing list<br>
<a href="mailto:kde-doc-english@kde.org">kde-doc-english@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-doc-english" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/kde-doc-english</a><br>
</blockquote></div>