summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ada4ca4..513201a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+version 0.1.0
+ - Prepare for first stable branch
+
version 0.0.2
- Add autogen.sh script to call `autoreconf -i`
- Fixed bug : dLeyna-renderer can crash on shutdown
diff --git a/configure.ac b/configure.ac
index d30fc63..1f3bc84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.66])
AC_INIT([dleyna-core],
- [0.0.3],
+ [0.1.0],
[https://github.com/01org/dleyna-core/issues/new],
,
[https://01.org/dleyna/])