From 4e1c1e088048e741c61c49f3698437986d394f56 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Wed, 23 Sep 2009 16:31:28 +0400 Subject: [PATCH] * @VERSION will be replaced by zip builder with contents of version.txt --- src/index.php | 8 ++++---- version.txt | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 version.txt diff --git a/src/index.php b/src/index.php index 8bf5c95..9a61a50 100644 --- a/src/index.php +++ b/src/index.php @@ -37,12 +37,12 @@ function __($s) <?php __('My Tiny Todolist');?> - + - + - + @@ -187,7 +187,7 @@ $().ajaxStop( function(r,s) {$("#loading").fadeOut();} );
- + diff --git a/version.txt b/version.txt new file mode 100644 index 0000000..a77d7d9 --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +1.2.7 \ No newline at end of file