summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 17:51:28 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 17:51:28 +0100
commit3b55928b735a6de30ae3d25c5179d3af1eb18666 (patch)
treeb25ed9e99e8c39caa1725ddb8db74e00f4dc9a88
parent24b181141c1b7fb74e0ab0009da4802596e25752 (diff)
bump version to dev
-rw-r--r--tt-rss.css1
-rw-r--r--version.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3bd621066..9b5480263 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -927,6 +927,7 @@ ul.browseFeedList {
height : 300px;
overflow : auto;
list-style-type : none;
+ margin-bottom : 5px;
}
span.subscribers {
diff --git a/version.php b/version.php
index 77683aa6b..db02081b7 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@
<?
- define(VERSION, "1.1.1");
+ define(VERSION, "1.1.1.99");
?>