Skip to content

v0.2.49..v0.2.50 changeset Version.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/info/Version.h b/hoot-core/src/main/cpp/hoot/core/info/Version.h
index 75b84ad..9e588d0 100644
--- a/hoot-core/src/main/cpp/hoot/core/info/Version.h
+++ b/hoot-core/src/main/cpp/hoot/core/info/Version.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 #ifndef VERSION_H
@@ -34,6 +34,7 @@ namespace hoot
 class Version
 {
 public:
+
   static const char* getBuiltBy();
 
   static const char* getFullVersion();
@@ -41,7 +42,6 @@ public:
   static const char* getRevision();
 
   static const char* getVersion();
-
 };
 }
 
Clone this wiki locally