comparison lisp/textmodes/org.el @ 81246:c9c49ee7b12c

Version number fixed.
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 07 Jun 2007 09:01:10 +0000
parents 72dd58943aa5
children 93da8039e7f8 e9f94688a064
comparison
equal deleted inserted replaced
81245:aedcfa0f3ff2 81246:c9c49ee7b12c
81 81
82 ;;;; Customization variables 82 ;;;; Customization variables
83 83
84 ;;; Version 84 ;;; Version
85 85
86 (defconst org-version "4.76" 86 (defconst org-version "4.77"
87 "The version number of the file org.el.") 87 "The version number of the file org.el.")
88 (defun org-version () 88 (defun org-version ()
89 (interactive) 89 (interactive)
90 (message "Org-mode version %s" org-version)) 90 (message "Org-mode version %s" org-version))
91 91