Skip to content

v0.2.54..v0.2.55 changeset ApiDb.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h b/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
index b905dd4..ce86982 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef APIDB_H
 #define APIDB_H
@@ -96,7 +96,7 @@ public:
   /**
    * This value should be updated after the DB is upgraded and all tests run successfully.
    */
-  static QString expectedHootDbVersion() { return "29:bobby.simic"; }
+  static QString expectedHootDbVersion() { return "30:jack.grossman"; }
   static int maximumChangeSetEdits() { return 50000; }
 
   static const Status DEFAULT_ELEMENT_STATUS;
Clone this wiki locally