From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: git repo version clarificaiton Date: Thu, 28 Jun 2012 12:18:17 -0400 Message-ID: <24958.1340900297@alphaville> References: <22731.1340892491@alphaville> <87txxvigsj.fsf@thinkpad.tsdh.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkHQI-0004Hs-BY for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 12:18:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkHQD-0007nH-HT for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 12:18:25 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:5337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkHQD-0007mI-CM for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 12:18:21 -0400 In-Reply-To: Message from Tassilo Horn of "Thu, 28 Jun 2012 17:42:52 +0200." <87txxvigsj.fsf@thinkpad.tsdh.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tassilo Horn Cc: emacs-orgmode@gnu.org Tassilo Horn wrote: > Nick Dokos 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