emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mike McLean <mike.mclean@pobox.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: "Sébastien Vauban" <wxhgmqzgwmuf@spammotel.com>, emacs-orgmode@gnu.org
Subject: Re: Re: Release 7.4
Date: Fri, 10 Dec 2010 14:27:43 -0500	[thread overview]
Message-ID: <4D027F2F.1000800@pobox.com> (raw)
In-Reply-To: <1AEEC778-7CA9-495C-B9C7-4E95BA7563B6@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2794 bytes --]

I have the same issue, showing 7.3 as org-version. The strange thing is
that my git history shows the 7.4 version patch.

$ git log -5 --format=oneline
32f8161a7ce4ae6b60e24ba1ff2f9f2b0626e838 Update website to show 7.4 as
current release
68b11caa9dff723e123cc207eed69fd40e4ae1c7 Merge branch 'maint'
597e2863377fb8763cf6951e3b4e777b4616300d Release 7.4
5e7fe70e815d78ede42c5b9f5aa430f1edf4e638 Changes for release 7.4
1330048ba0b0fd7ca7bc4ab633ead2d93bca59f6 Keep byte compiler happy

$ ack org-version lisp/org.el
lisp/org.el:191:(defconst org-version "7.3"
lisp/org.el:194:(defun org-version (&optional here)
lisp/org.el:199:     (version org-version)
lisp/org.el:17713:     ["Show Version" org-version t]
lisp/org.el:17750:     (org-version)
lisp/org.el:17866:  (org-version))
lisp/org.el:19342:(defadvice outline-end-of-subtree (around
prefer-org-version activate compile)

If I go back a few commits to 597e286 Release 7.4, the release number is
correct.


On 12/10/10 12:52 PM, Carsten Dominik wrote:
> Hi,
>
> I am unable to reproduce this.
>
> - Carsten
>
> On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote:
>
>> Hi Carsten,
>>
>> Carsten Dominik wrote:
>>> here it is, release 7.4. [...] As always:  Enjoy!
>>
>> I'll do.
>>
>> I did update my git working copy, and restarted Emacs. Though, when
>> calling:
>>
>> #+begin_src emacs-lisp
>> (org-version)
>> #+end_src
>>
>> I get
>>
>> #+results:
>> : Org-mode version 7.3 (release_7.4.2.g32f816.dirty)
>>
>> What could explain this diff in numbers: a mismatch in my
>> configuration, or
>> something forgotten in one of Org's code files?
>>
>> Best regards,
>>  Seb
>>
>> -- 
>> Sébastien Vauban
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> - Carsten
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

-- 
Security is mostly a superstition. It does not exist in nature, nor do
the children of men as a whole experience it. Avoiding danger is no
safer in the long run than outright exposure. Life is either a daring
adventure, or nothing. -- Hellen Keller
*Mike McLean* | Home: +1-904-419-7240 | Mobile/Work: +1-201-954-6256 |
Fax: +1-888-359-2470
Twitter <http://twitter.com/SkydiveMike>  Linked In
<http://www.linkedin.com/in/mikemclean>  Facebook
<http://www.facebook.com/SkydiveMike>  Skype
<skype:mike.mclean.pobox.com?call>  Emailmike.mclean@pobox.com
<mailto:mike.mclean@pobox.com>

[-- Attachment #1.2.1: Type: text/html, Size: 6329 bytes --]

[-- Attachment #1.2.2: twitter_16.png --]
[-- Type: image/png, Size: 608 bytes --]

[-- Attachment #1.2.3: linkedin_16.png --]
[-- Type: image/png, Size: 624 bytes --]

[-- Attachment #1.2.4: facebook_16.png --]
[-- Type: image/png, Size: 502 bytes --]

[-- Attachment #1.2.5: skype_16.png --]
[-- Type: image/png, Size: 717 bytes --]

[-- Attachment #1.2.6: email_16.png --]
[-- Type: image/png, Size: 608 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-12-10 19:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-10 13:24 Release 7.4 Carsten Dominik
2010-12-10 14:24 ` Sébastien Vauban
2010-12-10 14:44   ` Gregor Zattler
2010-12-10 14:59   ` Julien Danjou
2010-12-10 17:52   ` Carsten Dominik
2010-12-10 19:27     ` Mike McLean [this message]
2010-12-10 20:33     ` Charles C. Berry
2010-12-10 22:06       ` Bernt Hansen
2010-12-11 16:58   ` Carsten Dominik
2010-12-11 20:01     ` Sébastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D027F2F.1000800@pobox.com \
    --to=mike.mclean@pobox.com \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wxhgmqzgwmuf@spammotel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).