Commit 7d5d8e62 authored by Youness Alaoui's avatar Youness Alaoui

version 0.0.2

parent c8d6d783
...@@ -3,8 +3,8 @@ AC_PREREQ(2.59c) ...@@ -3,8 +3,8 @@ AC_PREREQ(2.59c)
dnl releases only do -Wall, cvs and prerelease does -Werror too dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(nice, 0.0.1.1) AC_INIT(nice, 0.0.2)
NICE_RELEASE="no" NICE_RELEASE="yes"
AC_CONFIG_SRCDIR([agent/agent.c]) AC_CONFIG_SRCDIR([agent/agent.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
...@@ -26,9 +26,9 @@ AC_CONFIG_FILES([ ...@@ -26,9 +26,9 @@ AC_CONFIG_FILES([
]) ])
# Set the libtool C/A/R version info # Set the libtool C/A/R version info
NICE_CURRENT=0 NICE_CURRENT=1
NICE_REVISION=0 NICE_REVISION=0
NICE_AGE=0 NICE_AGE=1
NICE_LIBVERSION=${NICE_CURRENT}:${NICE_REVISION}:${NICE_AGE} NICE_LIBVERSION=${NICE_CURRENT}:${NICE_REVISION}:${NICE_AGE}
NICE_LT_LDFLAGS="-version-info ${NICE_LIBVERSION}" NICE_LT_LDFLAGS="-version-info ${NICE_LIBVERSION}"
AC_SUBST(NICE_LT_LDFLAGS) AC_SUBST(NICE_LT_LDFLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment