File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44* @ingroup qpspy
55* @cond
66******************************************************************************
7- * Last updated for version 6.9.0
7+ * Last updated for version 6.9.0a
88* Last updated on 2020-08-21
99*
1010* Q u a n t u m L e a P s
4040#ifndef QSPY_H
4141#define QSPY_H
4242
43- #define QSPY_VER "6.9.0 "
43+ #define QSPY_VER "6.9.0a "
4444
4545#ifdef __cplusplus
4646extern "C" {
@@ -104,7 +104,7 @@ enum {
104104 QS_LINE_LEN_MAX = 1000 , /* max length of a QSPY line [chars] */
105105 QS_FNAME_LEN_MAX = 256 , /* max length of filenames [chars] */
106106 QS_SEQ_LIST_LEN_MAX = 300 , /* max length of the Seq list [chars] */
107- QS_DNAME_LEN_MAX = 32 , /* max dictionary name length [chars] */
107+ QS_DNAME_LEN_MAX = 64 , /* max dictionary name length [chars] */
108108};
109109
110110/* pointer to the callback function for customized QS record parsing */
You can’t perform that action at this time.
0 commit comments