Skip to content

Commit

Permalink
Update version ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Aug 11, 2017
1 parent 5f92920 commit 10942a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.0'
release = '1.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.0'
release = '1.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ bin_PROGRAMS = fermisurfer bxsf2frmsf

fermisurfer_SOURCES = basic_math.c bz_lines.c calc_nodeline.c draw.c \
fermi_patch.c fermisurfer.c free_patch.c initialize.c kumo.c \
menu.c operation.c read_file.c section.c
menu.c operation.c read_file.c section.c \
basic_math.h bz_lines.h calc_nodeline.h draw.h fermi_patch.h \
free_patch.h initialize.h kumo.h menu.h operation.h \
read_file.h section.h variable.h

bxsf2frmsf_SOURCES = bxsf2frmsf.c
5 changes: 4 additions & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,10 @@ top_srcdir = @top_srcdir@
MAINTAINERCLEANFILES = Makefile.in
fermisurfer_SOURCES = basic_math.c bz_lines.c calc_nodeline.c draw.c \
fermi_patch.c fermisurfer.c free_patch.c initialize.c kumo.c \
menu.c operation.c read_file.c section.c
menu.c operation.c read_file.c section.c \
basic_math.h bz_lines.h calc_nodeline.h draw.h fermi_patch.h \
free_patch.h initialize.h kumo.h menu.h operation.h \
read_file.h section.h variable.h

bxsf2frmsf_SOURCES = bxsf2frmsf.c
all: all-am
Expand Down

0 comments on commit 10942a1

Please sign in to comment.