Skip to content

Commit 88f04d7

Browse files
authored
prepare next iteration (#1075)
* prepare next iteration * Update default.properties * Update Propel.php
1 parent d46b050 commit 88f04d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog Of The Propel 1.x Branch #
22

3+
## ????-??-??: Version 1.7.3 ##
4+
35
## 2019-11-05: Version 1.7.2 ##
46

57
SQL injection fix: Coerce offset and limit values to integers

generator/default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# -------------------------------------------------------------------
1818

19-
propel.version = 1.7.2
19+
propel.version = 1.7.3-dev
2020

2121
propel.home = .
2222

runtime/lib/Propel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Propel
2929
/**
3030
* The Propel version.
3131
*/
32-
const VERSION = '1.7.2';
32+
const VERSION = '1.7.3-dev';
3333

3434
/**
3535
* A constant for <code>default</code>.

0 commit comments

Comments
 (0)