Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5502 in orxonox.OLD


Ignore:
Timestamp:
Nov 8, 2005, 12:52:07 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: changed to orxonox-0.3.2_alpha, because of many new features:
CollisionDetection
Valgrinded Code
Graphical Biscuits

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r5479 r5502  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59 for orxonox 0.3.1_alpha.
     3# Generated by GNU Autoconf 2.59 for orxonox 0.3.2_alpha.
    44#
    55# Report bugs to <orxonox-dev at mail.datacore.ch>.
     
    270270PACKAGE_NAME='orxonox'
    271271PACKAGE_TARNAME='orxonox'
    272 PACKAGE_VERSION='0.3.1_alpha'
    273 PACKAGE_STRING='orxonox 0.3.1_alpha'
     272PACKAGE_VERSION='0.3.2_alpha'
     273PACKAGE_STRING='orxonox 0.3.2_alpha'
    274274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
    275275
     
    789789  # This message is too long to be a string in the A/UX 3.1 sh.
    790790  cat <<_ACEOF
    791 \`configure' configures orxonox 0.3.1_alpha to adapt to many kinds of systems.
     791\`configure' configures orxonox 0.3.2_alpha to adapt to many kinds of systems.
    792792
    793793Usage: $0 [OPTION]... [VAR=VALUE]...
     
    856856if test -n "$ac_init_help"; then
    857857  case $ac_init_help in
    858      short | recursive ) echo "Configuration of orxonox 0.3.1_alpha:";;
     858     short | recursive ) echo "Configuration of orxonox 0.3.2_alpha:";;
    859859   esac
    860860  cat <<\_ACEOF
     
    994994if $ac_init_version; then
    995995  cat <<\_ACEOF
    996 orxonox configure 0.3.1_alpha
     996orxonox configure 0.3.2_alpha
    997997generated by GNU Autoconf 2.59
    998998
     
    10081008running configure, to aid debugging if configure makes a mistake.
    10091009
    1010 It was created by orxonox $as_me 0.3.1_alpha, which was
     1010It was created by orxonox $as_me 0.3.2_alpha, which was
    10111011generated by GNU Autoconf 2.59.  Invocation command line was
    10121012
     
    17361736# Define the identity of the package.
    17371737 PACKAGE='orxonox'
    1738  VERSION='0.3.1_alpha'
     1738 VERSION='0.3.2_alpha'
    17391739
    17401740
     
    1122511225cat >&5 <<_CSEOF
    1122611226
    11227 This file was extended by orxonox $as_me 0.3.1_alpha, which was
     11227This file was extended by orxonox $as_me 0.3.2_alpha, which was
    1122811228generated by GNU Autoconf 2.59.  Invocation command line was
    1122911229
     
    1128811288cat >>$CONFIG_STATUS <<_ACEOF
    1128911289ac_cs_version="\\
    11290 orxonox config.status 0.3.1_alpha
     11290orxonox config.status 0.3.2_alpha
    1129111291configured by $0, generated by GNU Autoconf 2.59,
    1129211292  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  • trunk/configure.ac

    r5496 r5502  
    2525#########################
    2626AC_PREREQ(2.59)
    27 AC_INIT([orxonox],[0.3.1_alpha],[orxonox-dev at mail.datacore.ch])
     27AC_INIT([orxonox],[0.3.2_alpha],[orxonox-dev at mail.datacore.ch])
    2828
    2929## Detect the canonical host and target build environment.
Note: See TracChangeset for help on using the changeset viewer.