|
| From: | Ray Zimmerman |
| Subject: | [Octave-bug-tracker] [bug #59125] v = ver('Octave') missing release date |
| Date: | Thu, 17 Sep 2020 14:49:53 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15 |
URL:
<https://savannah.gnu.org/bugs/?59125>
Summary: v = ver('Octave') missing release date
Project: GNU Octave
Submitted by: rdzman
Submitted on: Thu 17 Sep 2020 06:49:51 PM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: 6.0.90
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Details:
Not sure how long this bug has been around, but here's from 5.2.0 on a Mac
octave:1> v = ver(); v.Date
ans = 2020-01-31
octave:2> v = ver('Octave'); v.Date
ans = [](0x0)
Looks trivial to fix ... just a missing ...
__octave_config_info__ ("release_date"))
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59125>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |