Author: jkeenan
Date: Sat Jan 19 15:23:10 2008
New Revision: 25004

Modified:
   branches/revision/tools/build/revision_c.pl

Log:
Remove restriction on differing current and config revision numbers.

Modified: branches/revision/tools/build/revision_c.pl
==============================================================================
--- branches/revision/tools/build/revision_c.pl (original)
+++ branches/revision/tools/build/revision_c.pl Sat Jan 19 15:23:10 2008
@@ -28,7 +28,6 @@
 );
 
 my ($current, $config) = get_revision_numbers();
-exit 1 unless ( $current == $config );
 
 print_src_revision_c($current, $config, $0);
 

Reply via email to