libNet/trunk

changeset 914:ffa12eb7f19a

[svn r530] Various small formatting changes and a version # bump.
author Eric Hopper <hopper@omnifarious.org>
date Fri, 11 Mar 2005 00:30:08 -0800
parents efe8eb6179c7
children 571ab84ba641
files StrMod/Makefile.in configure.in
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/StrMod/Makefile.in	Fri Mar 11 00:29:30 2005 -0800
     1.2 +++ b/StrMod/Makefile.in	Fri Mar 11 00:30:08 2005 -0800
     1.3 @@ -54,7 +54,7 @@
     1.4  TESTCCS = tests/testchunk.cxx  tests/server.cxx  tests/testdist.cxx  \
     1.5            tests/testecho.cxx   tests/testsock.cxx tests/echoserv.cxx  \
     1.6            tests/testextent.cxx tests/testGV.cxx  tests/testmulti.cxx \
     1.7 -	  tests/testserial.cxx tests/TelnetToAscii.cxx tests/ttelnet.cxx \
     1.8 +          tests/testserial.cxx tests/TelnetToAscii.cxx tests/ttelnet.cxx \
     1.9            tests/testPreAlloc.cxx tests/testinfinite.cxx  tests/tstelnet.cxx \
    1.10            tests/testvisitor.cxx  tests/testrouter.cxx
    1.11  
    1.12 @@ -78,7 +78,7 @@
    1.13  	fi; fi
    1.14  
    1.15  $(MYINCLUDEDIR): pwd_test
    1.16 -	$(MYMAKE) $(MYINCLUDEBASE) 
    1.17 +	$(MYMAKE) $(MYINCLUDEBASE)
    1.18  	rm -f $@
    1.19  	ln -s `$(CAT) pwd_test`/StrMod $@
    1.20  
     2.1 --- a/configure.in	Fri Mar 11 00:29:30 2005 -0800
     2.2 +++ b/configure.in	Fri Mar 11 00:30:08 2005 -0800
     2.3 @@ -1,5 +1,5 @@
     2.4  dnl Process this file with autoconf to produce a configure script.
     2.5 -AC_INIT(The StreamModule System, 0.5.0, hopper@omnifarious.org)
     2.6 +AC_INIT(The StreamModule System, 0.5.3, hopper@omnifarious.org)
     2.7  AC_CONFIG_AUX_DIR(distbin)
     2.8  
     2.9  dnl Checks for programs.