Hi Boudhayan, 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? On Jul 8, 2015 20:31, "Boudhayan Gupta" <me at baloneygeek.com> wrote:
> Git commit 598f655c443a34f4546c9fca8ffb968c3d56723c by Boudhayan Gupta. > Committed on 08/07/2015 at 17:30. > Pushed by bgupta into branch 'master'. > > Update docs and add point version > > M +1 -1 CMakeLists.txt > M +1 -1 doc/index.docbook > > > http://commits.kde.org/kscreengenie/598f655c443a34f4546c9fca8ffb968c3d56723c > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 0c7063b..40b3e29 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -3,7 +3,7 @@ > project(KScreenGenie) > set(KSG_VERSION_MAJOR 1) > set(KSG_VERSION_MINOR 9) > -set(KSG_VERSION_PATCH 97) > +set(KSG_VERSION_PATCH 97.1) > set(KSG_VERSION > "${KSG_VERSION_MAJOR}.${KSG_VERSION_MINOR}.${KSG_VERSION_PATCH}") > > # minimum requirements > diff --git a/doc/index.docbook b/doc/index.docbook > index 9120978..280e4d7 100644 > --- a/doc/index.docbook > +++ b/doc/index.docbook > @@ -149,7 +149,7 @@ > > <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> > > - <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> > + <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> > </sect2> > > <sect2> > _______________________________________________ > kde-doc-english mailing list > kde-doc-english at kde.org > https://mail.kde.org/mailman/listinfo/kde-doc-english > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.kde.org/pipermail/kde-doc-english/attachments/20150708/0ff2984d/attachment.html>
