From 16ef4b5ab44296806aa76acdfb05d03a0513e43c Mon Sep 17 00:00:00 2001 From: ozhozh Date: Tue, 30 Jun 2009 20:26:16 +0000 Subject: [PATCH] bump to 1.0.1 git-svn-id: http://yourls.googlecode.com/svn/trunk@50 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 6fa8fb6..9ebd776 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 ) { -- 2.45.0