File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
25
25
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26
26
# by quotes) that should identify the project.
27
27
28
- PROJECT_NAME =
28
+ # PROJECT_NAME =
29
29
30
30
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
31
31
# This could be handy for archiving the generated documentation or
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ echo "old version=`git describe`"
2
2
echo ' #define VERSION "' $1 ' "' > include/version.h
3
3
echo ' VERSION=' $1 > Makefile.version
4
4
echo " Version $1 " > doc/version.tex
5
- echo " PROJECT_NUMBER= $1 " > Doxyversion
5
+ echo " PROJECT_NAME=EcoLab: $1 " > Doxyversion
6
6
git commit -a -m " Release $1 "
7
7
git tag -a -m " " $1
8
8
You can’t perform that action at this time.
0 commit comments