Changeset 4595 for vtkvis


Ignore:
Timestamp:
Aug 1, 2014 8:16:34 PM (10 years ago)
Author:
ldelgass
Message:

Update version numbers in configure

Location:
vtkvis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vtkvis/trunk/configure

    r4157 r4595  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for vtkvis 1.7.
     3# Generated by GNU Autoconf 2.69 for vtkvis 1.8.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='vtkvis'
    582582PACKAGE_TARNAME='vtkvis'
    583 PACKAGE_VERSION='1.7'
    584 PACKAGE_STRING='vtkvis 1.7'
     583PACKAGE_VERSION='1.8'
     584PACKAGE_STRING='vtkvis 1.8'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    12511251  # This message is too long to be a string in the A/UX 3.1 sh.
    12521252  cat <<_ACEOF
    1253 \`configure' configures vtkvis 1.7 to adapt to many kinds of systems.
     1253\`configure' configures vtkvis 1.8 to adapt to many kinds of systems.
    12541254
    12551255Usage: $0 [OPTION]... [VAR=VALUE]...
     
    13121312if test -n "$ac_init_help"; then
    13131313  case $ac_init_help in
    1314      short | recursive ) echo "Configuration of vtkvis 1.7:";;
     1314     short | recursive ) echo "Configuration of vtkvis 1.8:";;
    13151315   esac
    13161316  cat <<\_ACEOF
     
    14051405if $ac_init_version; then
    14061406  cat <<\_ACEOF
    1407 vtkvis configure 1.7
     1407vtkvis configure 1.8
    14081408generated by GNU Autoconf 2.69
    14091409
     
    18491849running configure, to aid debugging if configure makes a mistake.
    18501850
    1851 It was created by vtkvis $as_me 1.7, which was
     1851It was created by vtkvis $as_me 1.8, which was
    18521852generated by GNU Autoconf 2.69.  Invocation command line was
    18531853
     
    50385038# values after options handling.
    50395039ac_log="
    5040 This file was extended by vtkvis $as_me 1.7, which was
     5040This file was extended by vtkvis $as_me 1.8, which was
    50415041generated by GNU Autoconf 2.69.  Invocation command line was
    50425042
     
    50915091ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    50925092ac_cs_version="\\
    5093 vtkvis config.status 1.7
     5093vtkvis config.status 1.8
    50945094configured by $0, generated by GNU Autoconf 2.69,
    50955095  with options \\"\$ac_cs_config\\"
  • vtkvis/trunk/configure.in

    r4157 r4595  
    11AC_PREREQ([2.60])
    2 AC_INIT([vtkvis], [1.7], [rappture@nanohub.org])
     2AC_INIT([vtkvis], [1.8], [rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44
Note: See TracChangeset for help on using the changeset viewer.