Skip to content

Commit 7078b76

Browse files
committed
Fix doxyfile version
1 parent d1470fe commit 7078b76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
### 7.0.0 (2015-08-24)
66

77
* Compatibility with PHP 7. Well timed, eh?
8+
* *No deprecations*
89

9-
#### Deprecations
10+
#### Backwards-incompatible changes
1011

1112
* The `Sabberworm\CSS\Value\String` class has been renamed to `Sabberworm\CSS\Value\CSSString`.
1213

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Sabberworm/PHP-CSS-Parser"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "7.0.0"
41+
PROJECT_NUMBER = "7.0.3"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)