From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: git repo version clarificaiton Date: Thu, 28 Jun 2012 17:42:52 +0200 Message-ID: <87txxvigsj.fsf@thinkpad.tsdh.de> References: <22731.1340892491@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkGsF-0007LZ-Oq for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 11:43:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkGsE-0000Sm-0g for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 11:43:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:50966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkGsD-0000SO-Qp for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 11:43:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SkGs7-0006Kw-Rl for emacs-orgmode@gnu.org; Thu, 28 Jun 2012 17:43:07 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jun 2012 17:43:07 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jun 2012 17:43:07 +0200 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: emacs-orgmode@gnu.org 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. Bye, Tassilo