Git commit fd7be5a40a617cf6a520af7a5084f4a7c7f17d13 by Andreas Cord-Landwehr. Committed on 17/11/2013 at 22:15. Pushed by cordlandwehr into branch 'KDE/4.12'.
Update version numbers. M +1 -1 App/CMakeLists.txt M +3 -3 doc/index.docbook http://commits.kde.org/rocs/fd7be5a40a617cf6a520af7a5084f4a7c7f17d13 diff --git a/App/CMakeLists.txt b/App/CMakeLists.txt index d0a6614..dc6e23f 100644 --- a/App/CMakeLists.txt +++ b/App/CMakeLists.txt @@ -22,7 +22,7 @@ project(rocs) set(ROCS_VERSION_MAJOR 1) set(ROCS_VERSION_MINOR 9) -set(ROCS_VERSION_PATCH 60) +set(ROCS_VERSION_PATCH 80) configure_file( "${rocs_SOURCE_DIR}/rocsversion.h.cmake" "${rocs_BINARY_DIR}/rocsversion.h" @ONLY ) diff --git a/doc/index.docbook b/doc/index.docbook index 572e319..86fdeb0 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -41,7 +41,7 @@ <copyright><year>2011-2013</year><holder>Andreas Cord-Landwehr</holder></copyright> <date>2013-07-03</date> -<releaseinfo>1.9.0 &kde; 4.11</releaseinfo> +<releaseinfo>1.10.0 &kde; 4.12</releaseinfo> <legalnotice>&FDLNotice;</legalnotice> @@ -301,10 +301,10 @@ The user interface is divided into several logical parts as presented at the scr This toolbar provides all tools for the visual graph editor. Use the <inlinemediaobject><imageobject><imagedata fileref="hi22-action-rocsadddata.png" format="PNG"/></imageobject> </inlinemediaobject><guibutton>Add Element</guibutton> or <inlinemediaobject><imageobject><imagedata fileref="hi22-action-rocsaddedge.png" - format="PNG"/></imageobject></inlinemediaobject><guibutton>Add Connection</guibutton> buttons to create new elements + format="PNG"/></imageobject></inlinemediaobject><guibutton>Add Connection</guibutton> buttons to create new elements or to connect elements, respectively. New data elements are added to the data structure that is currently selected at the <emphasis>Document Selector</emphasis> bar. - Note that <guibutton>Add Element</guibutton> and <guibutton>Add Connection</guibutton> buttons both have menus to select the type of which the created elements shall be. + Note that <guibutton>Add Element</guibutton> and <guibutton>Add Connection</guibutton> buttons both have menus to select the type of which the created elements shall be. For details see <xref linkend="user-interface-toolbars" />. </para></listitem> </varlistentry>
