Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp	(revision 39661)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp	(revision 39662)
@@ -217,4 +217,6 @@
         ULONG   uRevision;
         CHECK_ERROR2_STMT(extPacks[i], COMGETTER(Revision)(&uRevision),                 hrc = hrcCheck; uRevision = 0);
+        Bstr    bstrEdition;
+        CHECK_ERROR2_STMT(extPacks[i], COMGETTER(Edition)(bstrEdition.asOutParam()),    hrc = hrcCheck; bstrEdition.setNull());
         Bstr    bstrVrdeModule;
         CHECK_ERROR2_STMT(extPacks[i], COMGETTER(VRDEModule)(bstrVrdeModule.asOutParam()),hrc=hrcCheck; bstrVrdeModule.setNull());
@@ -230,4 +232,5 @@
                  "Version:      %ls\n"
                  "Revision:     %u\n"
+                 "Edition:      %ls\n"
                  "Description:  %ls\n"
                  "VRDE Module:  %ls\n"
@@ -237,4 +240,5 @@
                  bstrVersion.raw(),
                  uRevision,
+                 bstrEdition.raw(),
                  bstrDesc.raw(),
                  bstrVrdeModule.raw(),
