Changeset 4595 for geovis


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

Update version numbers in configure

Location:
geovis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/configure

    r4058 r4595  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for geovis 0.1.
     3# Generated by GNU Autoconf 2.69 for geovis 0.4.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='geovis'
    582582PACKAGE_TARNAME='geovis'
    583 PACKAGE_VERSION='0.1'
    584 PACKAGE_STRING='geovis 0.1'
     583PACKAGE_VERSION='0.4'
     584PACKAGE_STRING='geovis 0.4'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    12501250  # This message is too long to be a string in the A/UX 3.1 sh.
    12511251  cat <<_ACEOF
    1252 \`configure' configures geovis 0.1 to adapt to many kinds of systems.
     1252\`configure' configures geovis 0.4 to adapt to many kinds of systems.
    12531253
    12541254Usage: $0 [OPTION]... [VAR=VALUE]...
     
    13111311if test -n "$ac_init_help"; then
    13121312  case $ac_init_help in
    1313      short | recursive ) echo "Configuration of geovis 0.1:";;
     1313     short | recursive ) echo "Configuration of geovis 0.4:";;
    13141314   esac
    13151315  cat <<\_ACEOF
     
    14031403if $ac_init_version; then
    14041404  cat <<\_ACEOF
    1405 geovis configure 0.1
     1405geovis configure 0.4
    14061406generated by GNU Autoconf 2.69
    14071407
     
    18471847running configure, to aid debugging if configure makes a mistake.
    18481848
    1849 It was created by geovis $as_me 0.1, which was
     1849It was created by geovis $as_me 0.4, which was
    18501850generated by GNU Autoconf 2.69.  Invocation command line was
    18511851
     
    49994999# values after options handling.
    50005000ac_log="
    5001 This file was extended by geovis $as_me 0.1, which was
     5001This file was extended by geovis $as_me 0.4, which was
    50025002generated by GNU Autoconf 2.69.  Invocation command line was
    50035003
     
    50525052ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    50535053ac_cs_version="\\
    5054 geovis config.status 0.1
     5054geovis config.status 0.4
    50555055configured by $0, generated by GNU Autoconf 2.69,
    50565056  with options \\"\$ac_cs_config\\"
  • geovis/trunk/configure.in

    r4058 r4595  
    11AC_PREREQ([2.60])
    2 AC_INIT(geovis, 0.1, rappture@nanohub.org)
     2AC_INIT(geovis, 0.4, rappture@nanohub.org)
    33AC_CONFIG_AUX_DIR(cf)
    44
Note: See TracChangeset for help on using the changeset viewer.