]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Sync FD/SD Version with Enterprise
authorEric Bollengier <eric@baculasystems.com>
Thu, 3 Dec 2020 17:04:11 +0000 (18:04 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:57 +0000 (09:02 +0100)
bacula/src/version.h

index 4ce566b547289a03c2467796e79407abc4fbcddf..bdedeb8fbab550f9e76df127b826bd7ec58475af 100644 (file)
  *    305 04Jun15 - Added JobMedia queueing
  *    306 20Mar15 - Added comm line compression
  *    307 06Feb20 - Added can_create to the Find media request
+ *  30007 02Dec20 - Sync with Enterprise
  */
 
 #ifdef COMMUNITY
-#define SD_VERSION 307     /* Community SD version */
+#define SD_VERSION 30007   /* Community SD version */
 #else
 #define SD_VERSION 30007   /* Enterprise SD version */
 #endif
  *  Community:
  * 213 04Feb15 - added snapshot protocol with the DIR
  * 214 20Mar17 - added comm line compression
+ *  14 02Dec20 - Sync with Enterprise
  */
 
 #ifdef COMMUNITY
-#define FD_VERSION 214  /* make same as community Linux FD */
+#define FD_VERSION 14  /* make same as community Linux FD */
 #else
 #define FD_VERSION 14 /* Enterprise FD version */
 #endif