[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] git repo version clarificaiton
From: |
Nick Dokos |
Subject: |
Re: [O] git repo version clarificaiton |
Date: |
Thu, 28 Jun 2012 12:18:17 -0400 |
Tassilo Horn <address@hidden> wrote:
> Nick Dokos <address@hidden> writes:
>
> Hi Nick,
>
> >> As stated by the variable "org-version," the git repo version is
> >> 7.8.03. The stable release is 7.8.11. Is the version number for the
> >> repo not meaningful?
> >
> > You probably have an out-of-date org-version.el[c]. You need to
> > ``make autoloads'' after pulling. That will remake org-version.el and
> > org-install.el to reflect reality.
>
> I think, it's still wrong. I can see that in commit
> 60587ea91cb42ae8618666c7dae5b029f751b913 Basien bumped the defconst
> org-version to 7.8.11, but that doesn't exist anymore. And making clean
> and recompiling everything still says
>
> Org-mode version 7.8.10 (release_7.8.10-701-g054f99 @
> /home/horn/Repos/el/org-mode/lisp/)
>
> instead of 7.8.11.
>
Oh, and as Achim pointed out, you probably need to do
git fetch --tags origin
Nick