I found there is an issue about versioning.
When we cut 4.1.1 release, we have to patch like this:
-----------------------
diff --git a/server/src/com/cloud/upgrade/dao/Upgrade40to41.java b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
index 9e386b9..89f54bc 100644
--- a/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
+++ b/server/src/com/cloud/upgrade/dao/Upgrade40to41.java
@@ -39,7 +39,7 @@ public class Upgrade40to41 implements DbUpgrade {

     @Override
     public String getUpgradedVersion() {
-        return "4.1.0";
+        return "4.1.1";
     }

     @Override
-----------------------

(2013/06/06 3:22), Musayev, Ilya wrote:
Hi All,

Sorry I was a bit disconnected from the community - as my $dayjob kept me very 
busy.

I would like to start of this thread to keep track of bugfixes we need to back 
port from 4.1 to 4.1.1 release.

Please use this thread and reference bug fixes we need to add into 4.1.1, I 
will be creating a new 4.1.1 branch/tag shortly.

Regards
ilya


Reply via email to