Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2012-10-25 00:45:03 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-10-25 00:45:03 +0400
commitdeb85141dd1e21e7480bac0c5e1167ab058b437f (patch)
tree2ba5b55ca0b1d22e05904a5a4fc5bd81811dfbc1
parentcbfdfc89de1fe960f078fda0ad5ac9af99e47ad5 (diff)
git-svn-id: http://dev.piwik.org/svn/trunk@7307 59fd770c-687e-43c8-a1e3-f5a4ff64c1051.9.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8987cc5d71..8745684067 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Piwik_Version
* Current Piwik version
* @var string
*/
- const VERSION = '1.9.1-b2';
+ const VERSION = '1.9.1';
}