From c41114c1cf6172ca40a7a040121a7a4819da3969 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 2 Nov 2004 23:32:20 +0000 Subject: prepare for release 1.0.3rc1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c9823c6..dba9df7 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ GENERIC_LIBRARY_NAME=libcsoap #release versioning GENERIC_MAJOR_VERSION=1 GENERIC_MINOR_VERSION=0 -GENERIC_MICRO_VERSION=0 +GENERIC_MICRO_VERSION=3 #API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION) GENERIC_API_VERSION=1.0 @@ -39,7 +39,7 @@ NANOHTTP_LIBRARY_NAME=nanohttp #release versioning NANOHTTP_MAJOR_VERSION=1 NANOHTTP_MINOR_VERSION=0 -NANOHTTP_MICRO_VERSION=0 +NANOHTTP_MICRO_VERSION=3 #API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION) NANOHTTP_API_VERSION=1.0 -- cgit v1.1-32-gdbae