summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2008-06-10 19:17:26 +0000
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2008-06-10 19:17:26 +0000
commitf1bce06975c0c4d6b1e348bbd1cbc26694e57f82 (patch)
tree1c08928a71070164304e94662137d79f3c86cf07 /configure.in
parentab944729e147ed15188905a9e196a82db88c7eff (diff)
downloadlibcg-f1bce06975c0c4d6b1e348bbd1cbc26694e57f82.tar.gz
libcg-f1bce06975c0c4d6b1e348bbd1cbc26694e57f82.tar.xz
libcg-f1bce06975c0c4d6b1e348bbd1cbc26694e57f82.zip
Some bugs were missed in v0.1b. Fixing those bugs and tagging
v0.1c. Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1c@76 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4924da0..6943029 100644
--- a/configure.in
+++ b/configure.in
@@ -13,7 +13,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
AC_PREREQ(2.61)
-AC_INIT([control groups library and utilities], 0.1b,
+AC_INIT([control groups library and utilities], 0.1c,
[http://sourceforge.net/tracker/?group_id=218421&atid=1043649])
AC_CONFIG_SRCDIR([wrapper.c])
AC_CONFIG_HEADER([config.h])