[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    alpha_0_4_branch: kdenonbeta/krecipes
From:       Unai Garro <Unai.Garro () ee ! ed ! ac ! uk>
Date:       2003-11-23 14:36:07
[Download RAW message or body]

CVS commit by uga: 

jump version number to 0.4.1


  M +1 -1      krecipes.kdevelop   1.17.2.1
  M +1 -1      data/litestructure.sql   1.1.2.1
  M +1 -1      src/krecipes.lsm   1.7.2.1
  M +1 -1      src/krecipesview.h   1.47.2.1
  M +1 -1      src/main.cpp   1.15.2.1
  M +1 -1      src/setupwizard.cpp   1.45.2.1
  M +2 -2      src/DBBackend/mysqlrecipedb.cpp   1.42.2.2


--- kdenonbeta/krecipes/krecipes.kdevelop  #1.17:1.17.2.1
@@ -4,5 +4,5 @@
     <author>Unai Garro</author>
     <email>ugarro@users.sourceforge.net</email>
-    <version>0.4</version>
+    <version>0.4.1</version>
     <projectmanagement>KDevKDEAutoProject</projectmanagement>
     <primarylanguage>C++</primarylanguage>

--- kdenonbeta/krecipes/data/litestructure.sql  #1.1:1.1.2.1
@@ -17,3 +17,3 @@
 CREATE index ridil_index ON ingredient_list(recipe_id);
 
-INSERT INTO db_info VALUES(0.4,'Krecipes 0.4');
\ No newline at end of file
+INSERT INTO db_info VALUES(0.4,'Krecipes 0.4.1');

--- kdenonbeta/krecipes/src/krecipes.lsm  #1.7:1.7.2.1
@@ -1,5 +1,5 @@
 Begin3
 Title:          Krecipes -- Some description
-Version:        0.4
+Version:        0.4.1
 Entered-date:   
 Description:    

--- kdenonbeta/krecipes/src/krecipesview.h  #1.47:1.47.2.1
@@ -52,5 +52,5 @@ class QPainter;
  * @short Main view
  * @author Unai Garro <ugarro@users.sourceforge.net>
- * @version 0.4
+ * @version 0.4.1
  */
 

--- kdenonbeta/krecipes/src/main.cpp  #1.15:1.15.2.1
@@ -13,5 +13,5 @@ static const char *description =
     I18N_NOOP("A KDE Application");
 
-static const char *version = "0.4";
+static const char *version = "0.4.1";
 
 static KCmdLineOptions options[] =

--- kdenonbeta/krecipes/src/setupwizard.cpp  #1.45:1.45.2.1
@@ -405,5 +405,5 @@ kdDebug()<<"Finished setting the databas
 config->setGroup("Wizard");
 config->writeEntry( "SystemSetup",true);
-config->writeEntry("Version","0.4");
+config->writeEntry("Version","0.4.1");
 kdDebug()<<"Setting in kconfig the lines to disable wizard startup..."<<sDBType<<endl;
 }

--- kdenonbeta/krecipes/src/DBBackend/mysqlrecipedb.cpp  #1.42.2.1:1.42.2.2
@@ -1201,5 +1201,5 @@ if (version<0.3)	// The database was gen
         command="DELETE FROM db_info;"; // Remove previous version records if they exist
                 tableToAlter.exec(command);
-        command="INSERT INTO db_info VALUES(0.3,'Krecipes 0.4');"; // Set the new version
+        command="INSERT INTO db_info VALUES(0.3,'Krecipes 0.4.1');"; // Set the new version
                 tableToAlter.exec(command);
         }
@@ -1243,5 +1243,5 @@ if (version<0.4)  // Upgrade to the curr
         command="DELETE FROM db_info;"; // Remove previous version records if they exist
                 tableToAlter.exec(command);
-        command="INSERT INTO db_info VALUES(0.4,'Krecipes 0.4');"; // Set the new version
+        command="INSERT INTO db_info VALUES(0.4,'Krecipes 0.4.1');"; // Set the new version
                 tableToAlter.exec(command);
         }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic