Author: mike Date: 2012-02-06 10:00:54 -0800 (Mon, 06 Feb 2012) New Revision: 453 Log: Fix up version and copyright.
Modified: trunk/fldiff/configure.in trunk/fldiff/fldiff.cxx Modified: trunk/fldiff/configure.in =================================================================== --- trunk/fldiff/configure.in 2012-02-06 17:59:44 UTC (rev 452) +++ trunk/fldiff/configure.in 2012-02-06 18:00:54 UTC (rev 453) @@ -3,7 +3,7 @@ # # Configure script for fldiff, a graphical diff program. # -# Copyright 2005-2006 by Michael Sweet +# Copyright 2005-2012 by Michael Sweet # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License v2 as published @@ -21,7 +21,7 @@ AC_INIT(fldiff.cxx) dnl Version number... -VERSION="1.1" +VERSION="2012.0" AC_SUBST(VERSION) AC_DEFINE_UNQUOTED(VERSION, "fldiff $VERSION") Modified: trunk/fldiff/fldiff.cxx =================================================================== --- trunk/fldiff/fldiff.cxx 2012-02-06 17:59:44 UTC (rev 452) +++ trunk/fldiff/fldiff.cxx 2012-02-06 18:00:54 UTC (rev 453) @@ -3,7 +3,7 @@ // // A graphical diff program. // -// Copyright 2005 by Michael Sweet. +// Copyright 2005-2012 by Michael Sweet. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License v2 as published _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
