# HG changeset patch # User lbatlle@npdl268.bpo.hp.com # Date 1175173390 -7200 # Node ID ff093444bbebfb8d4990bd73c551ec2e5ff072ea # Parent a1459d83becdccf4a2be6d64f35bae7236868081 It should be v1.1 diff -r a1459d83becd -r ff093444bbeb bug --- a/bug Thu Mar 29 11:36:15 2007 +0200 +++ b/bug Thu Mar 29 15:03:10 2007 +0200 @@ -1,7 +1,7 @@ #!/bin/bash # (encoding: UTF-8) # -# bug 1.0 - Simple Bug / ToDo tracker for the command line. +# bug 1.1 - Simple Bug / ToDo tracker for the command line. # (Instructions below the license) # LICENSE # Copyright (C) 2006 LluĂ­s Batlle i Rossell @@ -209,7 +209,7 @@ function version { - echo "bug 1.0 - Simple Bug / ToDo tracker for the command line." + echo "bug 1.1 - Simple Bug / ToDo tracker for the command line." echo "Copyright (C) 2006 Lluis Batlle i Rossell" }