From f3034d38fcd525e679bb0fcc2ad84ec8b4444d78 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 12 May 2014 14:07:48 -0700 Subject: [PATCH] Align library version ASCII art --- configure.ac | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 9794f169..5c743571 100644 --- a/configure.ac +++ b/configure.ac @@ -19,17 +19,17 @@ SODIUM_LIBRARY_VERSION_MAJOR=5 SODIUM_LIBRARY_VERSION_MINOR=0 DLL_VERSION=5 SODIUM_LIBRARY_VERSION=10:0:0 -# | | | -# +------+ | +---+ -# | | | -# current:revision:age -# | | | -# | | +- increment if interfaces have been added -# | | set to zero if interfaces have been removed -# | | or changed -# | +- increment if source code has changed -# | set to zero if current is incremented -# +- increment if interfaces have been added, removed or changed +# | | | +# +------+ | +---+ +# | | | +# current:revision:age +# | | | +# | | +- increment if interfaces have been added +# | | set to zero if interfaces have been removed +# | | or changed +# | +- increment if source code has changed +# | set to zero if current is incremented +# +- increment if interfaces have been added, removed or changed AC_SUBST(SODIUM_LIBRARY_VERSION_MAJOR) AC_SUBST(SODIUM_LIBRARY_VERSION_MINOR) AC_SUBST(SODIUM_LIBRARY_VERSION)