Eric,
Here is a tiny patch to ede.el to make its version string compatible
with inversion decoder.
If you don't have objection, I'll check the fix in.
Thanks
*** ede.el.ori=09Wed Dec 5 01:19:31 2001
--- ede.el=09Tue Jan 21 17:45:45 2003
***************
*** 5,11 ****
;; Author: Eric M. Ludlam <zappo@...>
;; Keywords: project, make
;; RCS: $Id: ede.el,v 1.55 2001/12/05 01:19:31 zappo Exp $
! (defconst ede-version "1.0.beta3"
"Current version of the Emacs EDE.")
;; This software is free software; you can redistribute it and/or modif=
y
--- 5,11 ----
;; Author: Eric M. Ludlam <zappo@...>
;; Keywords: project, make
;; RCS: $Id: ede.el,v 1.55 2001/12/05 01:19:31 zappo Exp $
! (defconst ede-version "1.0beta3"
"Current version of the Emacs EDE.")
;; This software is free software; you can redistribute it and/or modif=
y
|