Skip to content

Commit

Permalink
Released version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 17, 2014
1 parent 147b6dc commit 8065ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Nette/common/Framework.php
Expand Up @@ -20,9 +20,9 @@ class Framework

/** Nette Framework version identification */
const NAME = 'Nette Framework',
VERSION = '2.1.1',
VERSION_ID = 20101,
REVISION = 'released on 2014-02-08';
VERSION = '2.1.2',
VERSION_ID = 20102,
REVISION = 'released on 2014-03-17';


/**
Expand Down
4 changes: 2 additions & 2 deletions Nette/loader.php
@@ -1,7 +1,7 @@
<?php

/**
* Nette Framework (version 2.1.1 released on 2013-12-31, http://nette.org)
* Nette Framework (version 2.1.2 released on 2014-03-17, http://nette.org)
*
* Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
*/
Expand All @@ -15,7 +15,7 @@
// deprecated
define('NETTE', TRUE);
define('NETTE_DIR', __DIR__);
define('NETTE_VERSION_ID', 20101);
define('NETTE_VERSION_ID', 20102);


// Run NetteLoader
Expand Down

0 comments on commit 8065ce5

Please sign in to comment.