typo in date of developer release
authorArun Persaud <arun@nubati.net>
Sun, 21 Nov 2010 02:24:19 +0000 (18:24 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 21 Nov 2010 02:24:19 +0000 (18:24 -0800)
but will leave the tagged version as it is, since it's still a unique version number

configure.ac

index 4db30b0..18eae5c 100644 (file)
@@ -28,7 +28,7 @@ dnl| to regenerate configure.  Then submit your changes to be folded into
 dnl| the standard version of xboard.
 
 dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j
-AC_INIT([xboard],[master-20101020],[bug-xboard@gnu.org])
+AC_INIT([xboard],[master-20101120],[bug-xboard@gnu.org])
 
 dnl| need this to be able to compile some files in a subdir (filebrowser)
 AM_INIT_AUTOMAKE([subdir-objects])