Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1217 64e312b2-a51f-0410-8e61-82d0ca0eb02a
  • Loading branch information
brarcher committed Aug 2, 2015
1 parent ce6a1e3 commit bb0dc0a
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 @@ -4,10 +4,10 @@
# Prelude.
AC_PREREQ([2.59])

AC_INIT([Check], [0.9.14], [check-devel at lists dot sourceforge dot net])
AC_INIT([Check], [0.10.0], [check-devel at lists dot sourceforge dot net])
CHECK_MAJOR_VERSION=0
CHECK_MINOR_VERSION=9
CHECK_MICRO_VERSION=14
CHECK_MINOR_VERSION=10
CHECK_MICRO_VERSION=0
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION

# unique source file --- primitive safety check
Expand Down

0 comments on commit bb0dc0a

Please sign in to comment.