diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2010-08-31 18:09:19 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2010-08-31 18:09:19 +0000 |
commit | cde22b2680737c879af172914e7819ebab925234 (patch) | |
tree | efe2006a94c43e23f41171ed4e580176cb258fec /configure.ac | |
parent | 6ed4fdc7a319a73e8d92bb80f968891c21f874d7 (diff) |
sync with 0.12.6-darcs
svn path=/trunk/externals/pdp/; revision=13950
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ac20560..ccb8594 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,15 @@ AC_CONFIG_HEADER(include/pdp_config.h) AC_PROG_CC AC_HEADER_STDC -dnl TAG CVS WHEN RELEASE VERSION CHANGES !!! -PDP_VERSION=0.12.5-darcs +dnl TAG REPO WHEN RELEASE VERSION CHANGES !!! +dnl After changing version, do "make mrproper ; sh bootstrap" + +PDP_VERSION=0.12.6-darcs + + + + AC_SUBST(PDP_VERSION) AC_ARG_ENABLE(mmx, |