Skip to content

Commit

Permalink
prepare next iteration (#1075)
Browse files Browse the repository at this point in the history
* prepare next iteration

* Update default.properties

* Update Propel.php
  • Loading branch information
staabm committed Nov 5, 2019
1 parent d46b050 commit 88f04d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,5 +1,7 @@
# Changelog Of The Propel 1.x Branch #

## ????-??-??: Version 1.7.3 ##

## 2019-11-05: Version 1.7.2 ##

SQL injection fix: Coerce offset and limit values to integers
Expand Down
2 changes: 1 addition & 1 deletion generator/default.properties
Expand Up @@ -16,7 +16,7 @@
#
# -------------------------------------------------------------------

propel.version = 1.7.2
propel.version = 1.7.3-dev

propel.home = .

Expand Down
2 changes: 1 addition & 1 deletion runtime/lib/Propel.php
Expand Up @@ -29,7 +29,7 @@ class Propel
/**
* The Propel version.
*/
const VERSION = '1.7.2';
const VERSION = '1.7.3-dev';

/**
* A constant for <code>default</code>.
Expand Down

0 comments on commit 88f04d7

Please sign in to comment.