Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release-src > by-pkgid > e7a7238e41d5077c057e92a397a29aad > files > 8

kroots-1.5.0-8.mga6.src.rpm

diff -ur kroots-1.5.0.orig/doc/index.docbook kroots-1.5.0/doc/index.docbook
--- kroots-1.5.0.orig/doc/index.docbook	2010-01-08 00:45:57.000000000 +0300
+++ kroots-1.5.0/doc/index.docbook	2015-08-21 22:15:42.000000000 +0300
@@ -30,7 +30,7 @@
 <legalnotice>&FDLNotice;</legalnotice>
 
 <date>2009-12-10</date>
-<releaseinfo>1.0.0</releaseinfo>
+<releaseinfo>1.5.0</releaseinfo>
 
 <abstract>
 <para>Remember those tedious \"find all roots\" from pre-calc that took forever to do? No more! KRoots finds all the roots of a complex number and graphs them on the real/imaginary axis. It supports both the a + bi format and the r cis o format. KRoots can also be used to create regular polygons.
@@ -280,7 +280,7 @@
 <title>Changelog</title>
 
 <para>&kmyapplication; Version 1.0.0: Initial Release</para>
-<para>&kmyapplication; Version 1.8.0: Added degrees, multiple tables and gerneral code clean up.</para>
+<para>&kmyapplication; Version 1.5.0: Added degrees, multiple tables and gerneral code clean up.</para>
 
 </sect1>
 
diff -ur kroots-1.5.0.orig/src/main.cpp kroots-1.5.0/src/main.cpp
--- kroots-1.5.0.orig/src/main.cpp	2010-01-02 20:14:54.000000000 +0300
+++ kroots-1.5.0/src/main.cpp	2015-08-21 22:17:00.000000000 +0300
@@ -27,7 +27,7 @@
 static const char description[] =
 	I18N_NOOP("A Program that calculates all of the roots of a complex number and graphs them!");
 
-static const char version[] = "1.0.0";
+static const char version[] = "1.5.0";
 
 int main(int argc, char **argv)
 {