From 937e29d7e7d5e3a59bfc4e950a888008cd10720c Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 18 Jan 2010 02:34:48 -0500 Subject: [PATCH] Final changes for release 0.1 --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 00a07a9..731f0ef 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ INSTALLATION INSTRUCTIONS: - Run make. - Run make install. - Run ldconfig. - - See the manual in the doc/ directory for usage instructions. + - See the manual for usage instructions. diff --git a/configure.ac b/configure.ac index ff2fbee..8e825f4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ([2.63]) -AC_INIT([ust], [0.0], [pierre-marc dot fournier at polymtl dot ca]) +AC_INIT([ust], [0.1], [pierre-marc dot fournier at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1