summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-04-20 10:00:20 -0400
committerSteve Dickson <steved@redhat.com>2009-04-20 10:00:20 -0400
commit3fa2e19fe9dbcfe5094eddaf9028a4d52f971c98 (patch)
tree1b0a1a39874293d55854726d5faa766b82ea46b6
parent3897d3fd71f58df9dd5b3543e85d901c1eac6fd4 (diff)
downloadti-rpc-3fa2e19fe9dbcfe5094eddaf9028a4d52f971c98.tar.gz
Release 0.1.11libtirpc-0.1.11
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--VERSION2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index dce6e09..5ee5442 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
#
PKG_MAJOR=0
PKG_MINOR=1
-PKG_REVISION=10
+PKG_REVISION=11
PKG_BUILD=0
diff --git a/configure.in b/configure.in
index be8ab20..d13df0b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
-AC_INIT(libtirpc, 0.1.10)
-AM_INIT_AUTOMAKE(libtirpc, 0.1.10)
+AC_INIT(libtirpc, 0.1.11)
+AM_INIT_AUTOMAKE(libtirpc, 0.1.11)
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/auth_des.c])