summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Porter <mporter@linaro.org>2014-01-20 00:51:41 -0500
committerMatt Porter <mporter@linaro.org>2014-01-21 07:58:24 -0500
commit7e2b04363f319e8936a606bdb122dbde249a2f58 (patch)
treee485ac8af0f4264d18bedebda5eb5f388671769a
parent1a0f241233ecd91738e2963c8204f7acfceb2bcf (diff)
downloadlibusbg-7e2b04363f319e8936a606bdb122dbde249a2f58.tar.gz
libusbg-7e2b04363f319e8936a606bdb122dbde249a2f58.tar.bz2
libusbg-7e2b04363f319e8936a606bdb122dbde249a2f58.zip
libusbg: tag v0.1.0 releasev0.1.0
Update changelog and tag the v0.1.0 release. Signed-off-by: Matt Porter <mporter@linaro.org>
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 094b9ef..295762b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,5 @@
+Mon, 20 Jan 2014 Matt Porter <mporter@linaro.org> 0.1.0
+- Rename from libgadget->libusbg
+- Update examples to use standard configfs mount point
Wed, 04 Sep 2013 Matt Porter <mporter@linaro.org> 0.0.1
- Initial release
diff --git a/configure.ac b/configure.ac
index 14558b1..45449e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusbg], [0.0.1], [mporter@linaro.org])
+AC_INIT([libusbg], [0.1.0], [mporter@linaro.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AM_PROG_AR