Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
last adjustments for v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzySoft committed Jun 11, 2016
1 parent d72b817 commit edb3723
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HyperSQL.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
izzysoft AT qumran DOT org
"""
__revision__ = '$Id$'
__version__ = '3.9.4'
__version__ = '3.9.5'


# first import standard modules we use
Expand Down
2 changes: 1 addition & 1 deletion doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History of Changes for HyperSQL

v3.9.5
v3.9.5 (11.06.2016)
-------------------
* adding author name(s) to packages in bug/todo lists (honoring author_in_report setting)
+ new config keyword javadoc_shortdesc_mode to define how the short desc
Expand Down
2 changes: 2 additions & 0 deletions doc/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ All about file names - e.g. concerning the target HTML files:
* htmldir: where the HTML output should go to
* rcsnames: directory names to exclude from parsing (below the
top_level_directory)
* ignorefile: placing a file with the name specified here into some directory
in your source tree makes HyperSQL ignore that directory
* sql_file_exts: specify extensions of files to be treated as SQL files. Separate
multiple extensions using spaces.
* top_level_directory: the top level directory of the source code to parse.
Expand Down

0 comments on commit edb3723

Please sign in to comment.