Changeset 6038 for trunk


Ignore:
Timestamp:
Feb 22, 2016 10:56:57 AM (8 years ago)
Author:
ldelgass
Message:

bump version

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r6032 r6038  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for Rappture 1.5.
     3# Generated by GNU Autoconf 2.69 for Rappture 1.6.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='Rappture'
    582582PACKAGE_TARNAME='rappture'
    583 PACKAGE_VERSION='1.5'
    584 PACKAGE_STRING='Rappture 1.5'
     583PACKAGE_VERSION='1.6'
     584PACKAGE_STRING='Rappture 1.6'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    13951395  # This message is too long to be a string in the A/UX 3.1 sh.
    13961396  cat <<_ACEOF
    1397 \`configure' configures Rappture 1.5 to adapt to many kinds of systems.
     1397\`configure' configures Rappture 1.6 to adapt to many kinds of systems.
    13981398
    13991399Usage: $0 [OPTION]... [VAR=VALUE]...
     
    14601460if test -n "$ac_init_help"; then
    14611461  case $ac_init_help in
    1462      short | recursive ) echo "Configuration of Rappture 1.5:";;
     1462     short | recursive ) echo "Configuration of Rappture 1.6:";;
    14631463   esac
    14641464  cat <<\_ACEOF
     
    15801580if $ac_init_version; then
    15811581  cat <<\_ACEOF
    1582 Rappture configure 1.5
     1582Rappture configure 1.6
    15831583generated by GNU Autoconf 2.69
    15841584
     
    24002400running configure, to aid debugging if configure makes a mistake.
    24012401
    2402 It was created by Rappture $as_me 1.5, which was
     2402It was created by Rappture $as_me 1.6, which was
    24032403generated by GNU Autoconf 2.69.  Invocation command line was
    24042404
     
    1072510725# values after options handling.
    1072610726ac_log="
    10727 This file was extended by Rappture $as_me 1.5, which was
     10727This file was extended by Rappture $as_me 1.6, which was
    1072810728generated by GNU Autoconf 2.69.  Invocation command line was
    1072910729
     
    1078710787ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1078810788ac_cs_version="\\
    10789 Rappture config.status 1.5
     10789Rappture config.status 1.6
    1079010790configured by $0, generated by GNU Autoconf 2.69,
    1079110791  with options \\"\$ac_cs_config\\"
  • trunk/configure.in

    r6032 r6038  
    11
    2 AC_INIT([Rappture],[1.5],[rappture@nanohub.org])
     2AC_INIT([Rappture],[1.6],[rappture@nanohub.org])
    33AC_CONFIG_AUX_DIR(cf)
    44AC_CONFIG_HEADER(src/core/config.h)
Note: See TracChangeset for help on using the changeset viewer.