-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81a7125
commit af52773
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,14 @@ | |
* @author Martin Poeschl <[email protected]> (Torque) | ||
* @author Henning P. Schmiedehausen <[email protected]> (Torque) | ||
* @author Kurt Schrader <[email protected]> (Torque) | ||
* @version $Revision$ | ||
* @package propel.runtime | ||
*/ | ||
class Propel | ||
{ | ||
/** | ||
* The Propel version. | ||
*/ | ||
const VERSION = '1.7.1-dev'; | ||
const VERSION = '1.7.1'; | ||
|
||
/** | ||
* A constant for <code>default</code>. | ||
|
af52773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Master should be pointing to 1.7.2-dev after the release?
af52773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exact
af52773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forgot to push the commit...
af52773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, thanks. do you use a tool for that or is this a manual process?
(You might already answered this question in the past, but I forgot it.. sorry :-/ )
af52773
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manual process, but I use to do it :p