Changeset 3722


Ignore:
Timestamp:
Jun 27, 2013, 4:11:12 PM (11 years ago)
Author:
gah
Message:

bump version up to 1.4

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r3717 r3722  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.69 for Rappture 1.3.
     3# Generated by GNU Autoconf 2.69 for Rappture 1.4.
    44#
    55# Report bugs to <rappture@nanohub.org>.
     
    581581PACKAGE_NAME='Rappture'
    582582PACKAGE_TARNAME='rappture'
    583 PACKAGE_VERSION='1.3'
    584 PACKAGE_STRING='Rappture 1.3'
     583PACKAGE_VERSION='1.4'
     584PACKAGE_STRING='Rappture 1.4'
    585585PACKAGE_BUGREPORT='rappture@nanohub.org'
    586586PACKAGE_URL=''
     
    13871387  # This message is too long to be a string in the A/UX 3.1 sh.
    13881388  cat <<_ACEOF
    1389 \`configure' configures Rappture 1.3 to adapt to many kinds of systems.
     1389\`configure' configures Rappture 1.4 to adapt to many kinds of systems.
    13901390
    13911391Usage: $0 [OPTION]... [VAR=VALUE]...
     
    14521452if test -n "$ac_init_help"; then
    14531453  case $ac_init_help in
    1454      short | recursive ) echo "Configuration of Rappture 1.3:";;
     1454     short | recursive ) echo "Configuration of Rappture 1.4:";;
    14551455   esac
    14561456  cat <<\_ACEOF
     
    15701570if $ac_init_version; then
    15711571  cat <<\_ACEOF
    1572 Rappture configure 1.3
     1572Rappture configure 1.4
    15731573generated by GNU Autoconf 2.69
    15741574
     
    23902390running configure, to aid debugging if configure makes a mistake.
    23912391
    2392 It was created by Rappture $as_me 1.3, which was
     2392It was created by Rappture $as_me 1.4, which was
    23932393generated by GNU Autoconf 2.69.  Invocation command line was
    23942394
     
    1066510665# values after options handling.
    1066610666ac_log="
    10667 This file was extended by Rappture $as_me 1.3, which was
     10667This file was extended by Rappture $as_me 1.4, which was
    1066810668generated by GNU Autoconf 2.69.  Invocation command line was
    1066910669
     
    1072710727ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1072810728ac_cs_version="\\
    10729 Rappture config.status 1.3
     10729Rappture config.status 1.4
    1073010730configured by $0, generated by GNU Autoconf 2.69,
    1073110731  with options \\"\$ac_cs_config\\"
  • trunk/configure.in

    r3717 r3722  
    11
    2 AC_INIT([Rappture],[1.3],[rappture@nanohub.org])
     2AC_INIT([Rappture],[1.4],[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.