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 e8c4237..f88001f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+version 0.1.0
+ - Prepare for first stable branch
+
version 0.0.2
- Add a new method GetMetaData to the org.gnome.UPnP.MediaObject2 interface
to allow the retrieval of the Meta data information of an object in
diff --git a/configure.ac b/configure.ac
index 51eeab4..a3284c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.66])
AC_INIT([dleyna-server],
- [0.0.3],
+ [0.1.0],
[https://github.com/01org/dleyna-server/issues/new],
,
[https://01.org/dleyna/])