Skip to content

Commit 2e5fc33

Browse files
author
Slipchenko, Lyudmila V
committed
version update
1 parent 263dbdf commit 2e5fc33

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.DS_Store

2 KB
Binary file not shown.

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY =
61+
OUTPUT_DIRECTORY = ../WEB
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and
@@ -790,7 +790,7 @@ WARN_LOGFILE =
790790
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791791
# Note: If this tag is empty the current directory is searched.
792792

793-
INPUT = src/efp.h
793+
INPUT = src efpmd/src
794794

795795
# This tag can be used to specify the character encoding of the source files
796796
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

src/efp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ extern "C" {
4141
#endif
4242

4343
/** Version string. */
44-
#define LIBEFP_VERSION_STRING "1.7.2"
44+
#define LIBEFP_VERSION_STRING "1.8.0"
4545

4646
/** Result of an operation. */
4747
enum efp_result {

0 commit comments

Comments
 (0)