Tag 1.2.37
diff --git a/build.properties.default b/build.properties.default
index 7ae6524..a312ce2 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -20,7 +20,7 @@
 version.minor=2
 version.build=37
 version.patch=0
-version.suffix=-dev
+version.suffix=
 
 # ----- Default Base Path for Dependent Packages -----
 # Please note this path must be absolute, not relative,
diff --git a/native/include/tcn_version.h b/native/include/tcn_version.h
index ee3f797..a4d1e06 100644
--- a/native/include/tcn_version.h
+++ b/native/include/tcn_version.h
@@ -69,7 +69,7 @@
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION      1
+#define TCN_IS_DEV_VERSION      0
 
 
 /** The formatted string of APU's version */