Improve Gambit REPL (toolbar is semi transparent and the alpha can be set with set...
[gambit-c.git] / misc / changev
blob0b375219056ff62d4c5993dc4fba6b821e5ba1d9
1 #! /bin/sh
3 # Time-stamp: <2011-03-25 08:18:06 feeley>
5 # Utility to change the version of Gambit attached to all the source files.
7 OLDVERSION=$1
8 NEWVERSION=$2
10 if [ $OLDVERSION -ge 400000 ]
11 then
12 if [ $NEWVERSION -ge 400000 ]
13 then
15 misc/changev1 $OLDVERSION $NEWVERSION lib/main.c lib/setup.c lib/mem.c lib/os.c lib/os_base.c lib/os_time.c lib/os_shell.c lib/os_files.c lib/os_dyn.c lib/os_tty.c lib/os_io.c lib/c_intf.c lib/setup.h lib/mem.h lib/os.h lib/os_base.h lib/os_time.h lib/os_shell.h lib/os_files.h lib/os_dyn.h lib/os_tty.h lib/os_io.h lib/c_intf.h
16 misc/changev1 $OLDVERSION $NEWVERSION lib/_*.scm gsi/_*.scm gsc/_*.scm
17 misc/changev1 $OLDVERSION $NEWVERSION tests/*.ok tests/client.c
18 misc/changev1 $OLDVERSION $NEWVERSION doc/gambit-c.txi
19 misc/changev1 $OLDVERSION $NEWVERSION configure.ac
20 misc/changev1 $OLDVERSION $NEWVERSION examples/pthread/pthread.c
21 misc/changev1 $OLDVERSION $NEWVERSION examples/iOS/ViewController.m
22 misc/changev1 $OLDVERSION $NEWVERSION include/gambit.h.in