Hello,

>From the comments inside gobohide.c, it seems that Lucas forgot to bump the
version of Gobohide.  The attached patch bumps it.

To apply, go to where your tools/ module was checked out, and:

        $ patch < /???/gobohide_version_bump.diff

If the version should be 0.09, then ignore this patch.  :)

-- 
Ricardo Nabinger Sanchez     <[EMAIL PROTECTED],wait4.org}>
Powered by FreeBSD

  "Left to themselves, things tend to go from bad to worse."
Index: GoboHide/src/gobohide.c
===================================================================
RCS file: /sources/goboscripts/tools/GoboHide/src/gobohide.c,v
retrieving revision 1.4
diff -u -p -r1.4 gobohide.c
--- GoboHide/src/gobohide.c     23 Aug 2006 18:51:23 -0000      1.4
+++ GoboHide/src/gobohide.c     21 Oct 2006 19:09:16 -0000
@@ -75,7 +75,7 @@ struct option longopts[] = {
 
 /* The invocation name of the program */
 static char *program_name;
-const char version[] = "0.09";
+const char version[] = "0.10";
 
 void
 usage (int status)
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to