summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2007-07-11 01:52:25 +0000
committerNick Roberts <nickrob@snap.net.nz>2007-07-11 01:52:25 +0000
commitfec50ededb0da99b2984b04188f02b98f1c75f2a (patch)
treee23250eaae8d53fa2ebc5159afbd82d89ce323fa
parentd7f5fd0778c2603d2e4903c76f2328379cd81fd7 (diff)
downloademacs-fec50ededb0da99b2984b04188f02b98f1c75f2a.tar.gz
emacs-fec50ededb0da99b2984b04188f02b98f1c75f2a.tar.bz2
emacs-fec50ededb0da99b2984b04188f02b98f1c75f2a.zip
(copyright-current-gpl-version): Set to 3.
-rw-r--r--lisp/emacs-lisp/copyright.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 5f5aecea97a..dd01e7a448d 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -72,7 +72,7 @@ When this is `function', only ask when called non-interactively."
;; when modifying this, also modify the comment generated by autoinsert.el
-(defconst copyright-current-gpl-version "2"
+(defconst copyright-current-gpl-version "3"
"String representing the current version of the GPL or nil.")
(defvar copyright-update t)