Skip to content

Commit 75d8a71

Browse files
committed
6.9.0a
1 parent 6700616 commit 75d8a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qspy/include/qspy.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
@@ -40,7 +40,7 @@
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
4646
extern "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 */

0 commit comments

Comments
 (0)