Update of /cvsroot/serialconsole/sc
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10361
Modified Files:
Makefile
Log Message:
raised version to 0.95
Index: Makefile
===================================================================
RCS file: /cvsroot/serialconsole/sc/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile 25 Oct 2007 01:33:15 -0000 1.9
+++ Makefile 29 Nov 2007 01:25:06 -0000 1.10
@@ -11,7 +11,7 @@
CFLAGS+= -Wall -g
# Release version
-CFLAGS+= -DSC_VERSION='"0.94"'
+CFLAGS+= -DSC_VERSION='"0.95"'
# Enable this for operating systems that have a broken poll(2)
# implementation:
|