diff --git a/Makefile.in b/Makefile.in index ba026a785..ffff36e88 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,7 +16,7 @@ # 59 Temple Place - Suite 330 # Boston, MA 02111-1307, USA # -#ident "$Id: Makefile.in,v 1.171 2005/07/11 16:56:50 steve Exp $" +#ident "$Id: Makefile.in,v 1.172 2005/07/14 23:38:43 steve Exp $" # # SHELL = /bin/sh @@ -25,7 +25,7 @@ SHELL = /bin/sh # by the compiler. It reflects the assigned version number for the # product as a whole. Most components also print the CVS Name: token # in order to get a more automatic version stamp as well. -VERSION = 0.8 +VERSION = 0.9.devel prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/driver/main.c b/driver/main.c index 963d036c6..c2b2a96a0 100644 --- a/driver/main.c +++ b/driver/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2001 Stephen Williams (steve@icarus.com) + * Copyright (c) 2000-2005 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: main.c,v 1.66 2005/06/28 04:25:55 steve Exp $" +#ident "$Id: main.c,v 1.67 2005/07/14 23:38:44 steve Exp $" #endif # include "config.h" @@ -735,6 +735,9 @@ int main(int argc, char **argv) /* * $Log: main.c,v $ + * Revision 1.67 2005/07/14 23:38:44 steve + * Display as version 0.9.devel + * * Revision 1.66 2005/06/28 04:25:55 steve * Remove reference to SystemVerilog. * diff --git a/main.cc b/main.cc index 796a5a6f2..395cf9b52 100644 --- a/main.cc +++ b/main.cc @@ -1,6 +1,6 @@ const char COPYRIGHT[] = - "Copyright (c) 1998-2004 Stephen Williams (steve@icarus.com)"; + "Copyright (c) 1998-2005 Stephen Williams (steve@icarus.com)"; /* * This source code is free software; you can redistribute it @@ -19,7 +19,7 @@ const char COPYRIGHT[] = * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #ifdef HAVE_CVS_IDENT -#ident "$Id: main.cc,v 1.91 2005/07/07 16:22:49 steve Exp $" +#ident "$Id: main.cc,v 1.92 2005/07/14 23:38:43 steve Exp $" #endif # include "config.h" @@ -764,6 +764,9 @@ int main(int argc, char*argv[]) /* * $Log: main.cc,v $ + * Revision 1.92 2005/07/14 23:38:43 steve + * Display as version 0.9.devel + * * Revision 1.91 2005/07/07 16:22:49 steve * Generalize signals to carry types. *