From d57fd943947b59ef39f783fd634a5f8d8078609a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 Jan 2008 00:19:24 -0500 Subject: [PATCH] increment the library version 1 so that it differs from the backport one, as they are actually different, and overwriting it sucks for obconf --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8e01ca14..ee73919c 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match dnl RR_MAJOR_VERSION=4 RR_MINOR_VERSION=0 -RR_MICRO_VERSION=16 +RR_MICRO_VERSION=17 RR_INTERFACE_AGE=0 RR_BINARY_AGE=0 RR_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION -- 2.39.2