Changeset 3800


Ignore:
Timestamp:
09/15/03 19:06:57 (20 years ago)
Author:
piso
Message:

0.20.1.15

Location:
trunk/j
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/build.xml

    r3452 r3800  
    22
    33  <!-- Set global properties for this build -->
    4   <property name="version" value="0.20.1.14+"/>
     4  <property name="version" value="0.20.1.15"/>
    55  <property name="topdir" value="${basedir}/.."/>
    66  <property name="distdir" value="/tmp/j-${version}"/>
  • trunk/j/configure

    r3452 r3800  
    11#! /bin/sh
    2 # From configure.in Revision: 1.148 .
     2# From configure.in Revision: 1.149 .
    33# Guess values for system-dependent variables and create Makefiles.
    44# Generated by GNU Autoconf 2.57.
     
    851851      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    852852    fi
    853     cd $ac_popdir
     853    cd "$ac_popdir"
    854854  done
    855855fi
     
    13031303
    13041304
    1305 version=0.20.1.14+
     1305version=0.20.1.15
    13061306
    13071307
  • trunk/j/configure.in

    r3452 r3800  
    22dnl
    33dnl  Copyright (C) 1998-2003 Peter Graves
    4 dnl  $Id: configure.in,v 1.148 2003-08-20 15:59:53 piso Exp $
     4dnl  $Id: configure.in,v 1.149 2003-09-15 19:06:52 piso Exp $
    55dnl
    66dnl  This program is free software; you can redistribute it and/or
     
    1818dnl  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    1919
    20 AC_REVISION($Revision: 1.148 $)
     20AC_REVISION($Revision: 1.149 $)
    2121
    2222BOOTFILE=./configure-options
     
    3232AC_PROG_INSTALL
    3333
    34 version=0.20.1.14+
     34version=0.20.1.15
    3535AC_SUBST(version)
    3636
Note: See TracChangeset for help on using the changeset viewer.