summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-11-24 14:58:47 +0100
committerLuotao Fu <l.fu@pengutronix.de>2009-11-24 14:58:47 +0100
commit6cfd09ac25a6a8baa7206ad3263651303c12aac9 (patch)
treedcfede16b8448f72e1fc584b8076cae7cbb8fb28
parent0e6e5faad5f6dd8ecbd512bdf1270261bd822edd (diff)
downloadlibsocketcan-6cfd09ac25a6a8baa7206ad3263651303c12aac9.tar.gz
libsocketcan-6cfd09ac25a6a8baa7206ad3263651303c12aac9.tar.xz
v0.0.2v0.0.2
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0fcf6e..7aff817 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libsocketcan-nl], [trunk], [bugs@pengutronix.de])
+AC_INIT([libsocketcan-nl], [0.0.2], [bugs@pengutronix.de])
AC_CONFIG_HEADERS([include/libsocketcan-nl_config.h])
AC_CONFIG_SRCDIR([src/socketcan_netlink.c])
AC_CONFIG_MACRO_DIR([config/m4])