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

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2010-11-08 00:23:05 +0300
committerozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2010-11-08 00:23:05 +0300
commitf121777977bc4fb1af096f464ed7ec17ad9381ed (patch)
tree1900e64b1719cdd120af7d83a128e60b0bb99ff5
parent7b5686ff1ac1436ea8b66d11f37bfbb34760a050 (diff)
Bumping version. Hello 1.5!1.5
git-svn-id: http://yourls.googlecode.com/svn/trunk@541 12232710-3e20-11de-b438-597f59cd7555
-rw-r--r--includes/version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/version.php b/includes/version.php
index 25334720..76265dc0 100644
--- a/includes/version.php
+++ b/includes/version.php
@@ -1,5 +1,5 @@
<?php
// Bump this when updating the zip package
-define('YOURLS_VERSION', '1.5-beta');
+define('YOURLS_VERSION', '1.5');
define('YOURLS_DB_VERSION', '482');
?> \ No newline at end of file