Skip to content

Commit

Permalink
6.9.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-leaps committed Sep 30, 2020
1 parent 6700616 commit 75d8a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qspy/include/qspy.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @ingroup qpspy
* @cond
******************************************************************************
* Last updated for version 6.9.0
* Last updated for version 6.9.0a
* Last updated on 2020-08-21
*
* Q u a n t u m L e a P s
Expand Down Expand Up @@ -40,7 +40,7 @@
#ifndef QSPY_H
#define QSPY_H

#define QSPY_VER "6.9.0"
#define QSPY_VER "6.9.0a"

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -104,7 +104,7 @@ enum {
QS_LINE_LEN_MAX = 1000, /* max length of a QSPY line [chars] */
QS_FNAME_LEN_MAX = 256, /* max length of filenames [chars] */
QS_SEQ_LIST_LEN_MAX = 300, /* max length of the Seq list [chars] */
QS_DNAME_LEN_MAX = 32, /* max dictionary name length [chars] */
QS_DNAME_LEN_MAX = 64, /* max dictionary name length [chars] */
};

/* pointer to the callback function for customized QS record parsing */
Expand Down

0 comments on commit 75d8a71

Please sign in to comment.