From 6cfd09ac25a6a8baa7206ad3263651303c12aac9 Mon Sep 17 00:00:00 2001 From: Luotao Fu Date: Tue, 24 Nov 2009 14:58:47 +0100 Subject: [PATCH] v0.0.2 Signed-off-by: Luotao Fu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])