comparison src/emacs.c @ 109889:297362357192

Fix version string in top-level MSDOS Makefile. msods/mainmake.v2 (version): Update due to change in emacs.c. src/emacs.c <emacs_version>: Add a comment regarding msdos/mainmake.v2's dependency on the syntax of this declaration.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 20 Aug 2010 22:45:24 +0300
parents e2f8226efb99
children 5f187a091415
comparison
equal deleted inserted replaced
109762:8186d147fb99 109889:297362357192
89 #undef setpgrp 89 #undef setpgrp
90 #define setpgrp setpgid 90 #define setpgrp setpgid
91 #endif 91 #endif
92 #endif 92 #endif
93 93
94 /* If you change the following line, remember to update
95 msdos/mainmake.v2 which gleans the Emacs version from it! */
94 static const char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; 96 static const char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
95 static const char emacs_version[] = "24.0.50"; 97 static const char emacs_version[] = "24.0.50";
96 98
97 /* Make these values available in GDB, which doesn't see macros. */ 99 /* Make these values available in GDB, which doesn't see macros. */
98 100