Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
2bfce856
Commit
2bfce856
authored
Jul 11, 2003
by
Benoit Perrot
Browse files
Bump to 0.3
parent
446f620b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2bfce856
2003-07-11 Benot Perrot <benoit@lrde.epita.fr>
* configure.ac:
Bump to 0.3.
2003-07-11 Benot Perrot <benoit@lrde.epita.fr>
* src/vm/virtual_machine.cc:
...
...
configure.ac
View file @
2bfce856
...
...
@@ -3,7 +3,7 @@
##
## Project -----------------------------
AC_INIT([Mipsy], [0.
2
], [benoit@lrde.epita.fr], [mipsy])
AC_INIT([Mipsy], [0.
3
], [benoit@lrde.epita.fr], [mipsy])
## Setup autotools ---------------------
...
...
@@ -50,5 +50,14 @@ AC_CONFIG_FILES([
doc/Makefile
])
# Consider tests directory
if test -d tests; then
AC_CONFIG_SUBDIRS([tests])
TESTSDIR=tests
else
TESTSDIR=
fi
AC_SUBST(TESTSDIR)
# Instantiate the output files.
AC_OUTPUT
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment