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:14:34 -0400 Message-ID: <24811.1340900074@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]:35712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkHMf-0002fL-G0 for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 12:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkHMc-0005qc-QS for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 12:14:41 -0400 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]:31704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkHMc-0005p1-Lg for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 12:14:38 -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. > Is this master or maint? On maint, I get release_7.8.10-11-g5968047 On master, I get release_7.8.11-89-gcf8d979 Nick