Opened 11 years ago
Closed 11 years ago
#393 closed defect (fixed)
Version number in configure.ac is still stuck at 8.3.1 instead of 8.4.x
Reported by: | hholzgra | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | undecided | Version: | 8.4 |
Keywords: | Cc: | ||
Complexity: | Trivial |
Description
also the following comment from configure.ac does not make sense?
# CAVEAT: in the following two lines keep version numbers in sync!
AC_INIT(Rasdaman, 8.3.1, baumann@…)
AM_INIT_AUTOMAKE([1.9 tar-pax])
this is probably a leftover of the old deprecated parameter style of AM_IN
IT_AUTOMAKE in the form (PACKAGE, VERSION, …) that has been removed in 4
.1.13. As the AM_INIT_AUTOMAKE call already uses the new calling convention the comment does not make sense anymore and so it can be removed completely?
See also: http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It's been updated to 9.0 in the latest code, so I'll close this.
Not sure about it, but if you think it all still works after autoreconf - maybe you can make a patch and submit on http://rasdaman.org/patchmanager ?