Skip to content

Commit

Permalink
Update library version
Browse files Browse the repository at this point in the history
The shared object should be 1.2.0 and the library version number
should be set to 1.0.2

Change-Id: If3bb7ca0dcf0c6c63a644a7aab824c2b6e66a9b8
Reviewed-on: http://review.couchbase.org/13747
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Mar 2, 2012
1 parent c798206 commit c7330f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ AC_SUBST(CHANGESET)
# to version our library. For a detailed description, check out:
# http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
#
LIBCOUCHBASE_API_CURRENT=2
LIBCOUCHBASE_API_CURRENT=3
LIBCOUCHBASE_API_REVISION=0
LIBCOUCHBASE_API_AGE=1
LIBCOUCHBASE_API_AGE=2
AC_SUBST(LIBCOUCHBASE_API_CURRENT)
AC_SUBST(LIBCOUCHBASE_API_REVISION)
AC_SUBST(LIBCOUCHBASE_API_AGE)

# The actual version numbers for the developers ;)
LIBCOUCHBASE_VERSION="1.0.1"
LIBCOUCHBASE_VERSION="1.0.2"
LIBCOUCHBASE_VERSION_HEX=`echo ${LIBCOUCHBASE_VERSION} | awk -F. '{printf "0x%0.2d%0.2d%0.2d", $1, $2, $3}'`
AC_SUBST(LIBCOUCHBASE_VERSION)
AC_SUBST(LIBCOUCHBASE_VERSION_HEX)
Expand Down

0 comments on commit c7330f8

Please sign in to comment.