From 12e36511a953ae7aae2e1036ccc7c0834238dc2d Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sat, 21 Feb 2015 12:11:26 +0000 Subject: [PATCH] Minor change git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3741 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- ChangeLog | 2 +- sources/qet.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ebf7c530..f5ff03972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ In the official collection, there are now 2298 elements, and 376 catégoris for * A menu has been added, allowing you to change the application language. * we added a summary creation tool. * Added button "export the nomenclature" transforms data from diagrams to CSV file for spreadsheet. - Arun wrote a detailed manual and quality in English. + Arun wrote a detailed manual in English. * New tools have been added, they can create mechanical connections and draw cabinets, desks, junction boxes, or areas on the schematic (line tool, rectangle, ellipse, polygon type: respect for style dashes). * An aid in positioning cross, drawing, was added. * The locked state images and basic forms (basic shapes) is now stored in the project. diff --git a/sources/qet.h b/sources/qet.h index 1b30518d1..322de5f13 100644 --- a/sources/qet.h +++ b/sources/qet.h @@ -27,7 +27,7 @@ namespace QET { /// QElectroTech version (as string, used to mark projects and elements XML documents) const QString version = "0.5"; /// QElectroTech displayed version - const QString displayedVersion = "0.5"; + const QString displayedVersion = "0.5-dev"; QString license(); /// Oriented movements