octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

version number in default hg branch?


From: David Bateman
Subject: version number in default hg branch?
Date: Fri, 11 Apr 2008 17:18:02 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

Could we change the version number in the default hg branch? I need to
do something like

#if HAVE_OCTAVE_30
  symbol_record *sr = top_level_sym_tab->lookup (name);
  if (sr) def = sr->def();
#else
  def = symbol_table::varref (std::string (name),
symbol_table::top_scope ());
#endif

in octave-forge to get the documentation with the default hg branch to
build, and both branches currently identify as HAVE_OCTAVE_30. If there
will be a release from the default branch at the same time as the 3.0.1
release I suppose this can wait till then. I'd like to see an
octave-forge release soon after the release of 3.0.1

Regards
David

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]