diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/emacs.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31d6ecaca43..9095c46488b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (emacs_copyright): Update short copyright year to 2012. | ||
| 4 | |||
| 1 | 2012-01-01 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-01-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * gnutls.c (init_gnutls_functions): Load gnutls_check_version. | 7 | * gnutls.c (init_gnutls_functions): Load gnutls_check_version. |
diff --git a/src/emacs.c b/src/emacs.c index f4fa0eb0b9e..235d2cfe3b7 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -98,7 +98,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 98 | #endif | 98 | #endif |
| 99 | 99 | ||
| 100 | static const char emacs_version[] = VERSION; | 100 | static const char emacs_version[] = VERSION; |
| 101 | static const char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; | 101 | static const char emacs_copyright[] = "Copyright (C) 2012 Free Software Foundation, Inc."; |
| 102 | 102 | ||
| 103 | /* Make these values available in GDB, which doesn't see macros. */ | 103 | /* Make these values available in GDB, which doesn't see macros. */ |
| 104 | 104 | ||