]> 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>
Sat, 12 Dec 2020 15:35:44 +0000 (16:35 +0100)
bacula/src/version.h

index ec13a20688711e672215b5f62aab37e3c91d65af..85a8ffdf58e76df978d6185cb4a99ba2bd603796 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