diff --git a/CHANGELOG b/CHANGELOG index 91554f9b5..fc2f4ceb5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ # Changelog Of The Propel 1.x Branch # -## ????-??-??: Version 1.7.4 ## +## ????-??-??: Version 1.7.5 ## + +## 2020-09-11: Version 1.7.4 ## +Fix support for php 7.4 ## 2020-05-19: Version 1.7.3 ## Support "date" type in the SQL Server database schema parser diff --git a/generator/default.properties b/generator/default.properties index 597ba92bc..2d1e45d51 100644 --- a/generator/default.properties +++ b/generator/default.properties @@ -16,7 +16,7 @@ # # ------------------------------------------------------------------- -propel.version = 1.7.4-dev +propel.version = 1.7.4 propel.home = . diff --git a/runtime/lib/Propel.php b/runtime/lib/Propel.php index ee35851e9..20623c4b7 100644 --- a/runtime/lib/Propel.php +++ b/runtime/lib/Propel.php @@ -29,7 +29,7 @@ class Propel /** * The Propel version. */ - const VERSION = '1.7.4-dev'; + const VERSION = '1.7.4'; /** * A constant for default.