From 70f41f500b668ea498cc4d1babaee118155b6cfa Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 8 Jul 2007 17:39:06 +0400 Subject: [PATCH] v0.98a --- OMakefile | 2 +- README | 4 ++-- apc.ml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/OMakefile b/OMakefile index 983c393..9e345fe 100644 --- a/OMakefile +++ b/OMakefile @@ -1,4 +1,4 @@ -version = 0.98 +version = 0.98a .PHONY: all clean dist mod .DEFAULT: all diff --git a/README b/README index f8c82a3..57cc21e 100644 --- a/README +++ b/README @@ -46,8 +46,8 @@ aligned correctly, you will notice that something is wrong with what `/proc/stat' they will produce incorrect results too. Kernel (starting with version 2.6.21) comes with a document describing -current the way accounting is currently done and problems with this -approach (Documentation/cpu-load.txt) +the way accounting is currently done and problems with this approach +(Documentation/cpu-load.txt) Following thread describes a take on addressing the issue properly: http://marc.info/?t=117480935100001&r=1&w=2 diff --git a/apc.ml b/apc.ml index 71aa9cc..cd26adf 100644 --- a/apc.ml +++ b/apc.ml @@ -203,7 +203,7 @@ end module Args = struct let banner = - [ "Amazing Piece of Code by insanely gifted programmer, Version 0.98" + [ "Amazing Piece of Code by insanely gifted programmer, Version 0.98a" ; "Motivation by: gzh and afs" ; "usage: " ] |> String.concat "\n" @@ -1157,7 +1157,6 @@ let seticon () = let main () = let _ = Glut.init [|""|] in - (* let () = Gl.enable `line_smooth in *) let () = Args.init () in let () = if !Args.verbose -- 2.11.4.GIT