Skip to content

Commit

Permalink
release n° update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Chabert committed Mar 1, 2019
1 parent 6d04fa4 commit a7e818d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = IBEX
PROJECT_NUMBER = 2.06
PROJECT_NUMBER = 2.8
OUTPUT_DIRECTORY = ./doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2'
# The full version, including alpha/beta/rc tags.
release = '2.7'
release = '2.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from waflib import Scripting, Logs, Options, Utils
import ibexutils

# The following variable is used to build ibex.pc and by "waf dist"
VERSION="2.7.4"
VERSION="2.8.0"
# The following variable is used only by "waf dist"
APPNAME='ibex-lib'

Expand Down

0 comments on commit a7e818d

Please sign in to comment.