Uwe Brauer <o...@mat.ucm.es> writes:

> I pulled again auctex master! Actual commit is 7fca4a201637
> I run 
>
>  make distclean
>  ./configure (some options)
>  make
>
> And hu tex-site.el now contains 
>
> (defconst AUCTeX-version "13.3"
>   "AUCTeX version.
> If not a regular release, the date of the last change.")
>
> (defconst AUCTeX-date "2024-01-17"
>   "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")

I'm on the same revision, and this is what I see:

  -> grep AUCTeX-version tex-site.el
  (defconst AUCTeX-version "2024-06-30"

Try:

make distclean
./autogen.sh
./configure (some options)
make

Maybe that helps.

Best, Arash

Reply via email to