Skip to content

Commit

Permalink
master is now 2.4.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Oct 30, 2013
1 parent 732589f commit 4950a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dnl }}}

AC_PREREQ(2.60)

AC_INIT([libhpdf],[2.3.0RC2])
AC_INIT([libhpdf],[2.4.0dev])
AC_CONFIG_SRCDIR([README])
AC_CONFIG_SRCDIR(include/hpdf.h)
AC_CONFIG_HEADER(include/config.h)
Expand All @@ -119,9 +119,9 @@ DEFAULT_INSTALL_PREFIX="/usr/local"
STANDARD_PREFIXES="/usr /usr/local /opt /local"

HPDF_MAJOR_VERSION=2
HPDF_MINOR_VERSION=3
HPDF_MINOR_VERSION=4
HPDF_BUGFIX_VERSION=0
HPDF_EXTRA_VERSION="RC2"
HPDF_EXTRA_VERSION="dev"

HPDF_VERSION_TEXT="${HPDF_MAJOR_VERSION}.${HPDF_MINOR_VERSION}.${HPDF_BUGFIX_VERSION}${HPDF_EXTRA_VERSION}"
HPDF_VERSION_ID=`expr [$]HPDF_MAJOR_VERSION \* 10000 + [$]HPDF_MINOR_VERSION \* 100 + [$]HPDF_BUGFIX_VERSION`
Expand Down

0 comments on commit 4950a0f

Please sign in to comment.