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>2009-07-01 00:26:16 +0400
committerozhozh <ozhozh@12232710-3e20-11de-b438-597f59cd7555>2009-07-01 00:26:16 +0400
commit16ef4b5ab44296806aa76acdfb05d03a0513e43c (patch)
treea96cb54775dbb0bd28f94656bce9544f3bdcaa69
parent15eb890ada9364f346696364fdee3510c4510bca (diff)
bump to 1.0.11.0.1
git-svn-id: http://yourls.googlecode.com/svn/trunk@50 12232710-3e20-11de-b438-597f59cd7555
-rw-r--r--includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions.php b/includes/functions.php
index 6fa8fb6b..9ebd7764 100644
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -5,7 +5,7 @@
*/
// Bump this when updating the SVN repo
-define('YOURLS_VERSION', '1.0');
+define('YOURLS_VERSION', '1.0.1');
// function to convert an integer (1337) to a string (3jk). Input integer processed as a string to beat PHP's int max value
function yourls_int2string( $id ) {