Skip to content

Commit fe64f4e

Browse files
committed
prepare for 2.11
1 parent 20b8459 commit fe64f4e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

configure/CONFIG_DEVLIB2_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DEVLIB2_MAJOR_VERSION = 2
2-
DEVLIB2_MINOR_VERSION = 10
2+
DEVLIB2_MINOR_VERSION = 11

documentation/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = devLib2
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 2.10
34+
PROJECT_NUMBER = 2.11-dev
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.

documentation/mainpage.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ the width and order of accesses.
8686
8787
@section changelog Changelog
8888
89+
@subsection ver2b 2.11 (UNRELEASED)
90+
8991
@subsection ver2a 2.10 (Nov 2018)
9092
9193
@li Support Base 7.0.x

scripts/pushdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ die() {
1212

1313
(cd documentation && doxygen)
1414

15-
rsync -av --delete "$@" documentation/doc/html/ $USER,[email protected]:/home/project-web/epics/htdocs/devlib2/
15+
rsync -av --delete documentation/doc/html/ $USER,[email protected]:/home/project-web/epics/htdocs/devlib2/

0 commit comments

Comments
 (0)