From 8a58d7bd72f27f30a650f24754821da67bbbf3a6 Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 26 Jul 2009 12:05:16 +0200 Subject: [PATCH] Bump version to 0.1 --- CHANGES.txt | 6 ++++++ build.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGES.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..b52d2ba --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,6 @@ +v0.1 +---- +- better separation between client and server +- allow to have items without an image +- internatinalisation and english translation +- rss feed diff --git a/build.sh b/build.sh index 8224f87..897ccb0 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -PROJVERS=0.0.1 +PROJVERS=0.1 PROJNAME=syp BUILDDIR=${1:-build} -- 2.39.2