Skip to content

Commit 10942a1

Browse files
committed
Update version ID
1 parent 5f92920 commit 10942a1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

doc/en/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '1.9'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.9.0'
59+
release = '1.9.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

doc/ja/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '1.9'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '1.9.0'
59+
release = '1.9.1'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

src/Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ bin_PROGRAMS = fermisurfer bxsf2frmsf
44

55
fermisurfer_SOURCES = basic_math.c bz_lines.c calc_nodeline.c draw.c \
66
fermi_patch.c fermisurfer.c free_patch.c initialize.c kumo.c \
7-
menu.c operation.c read_file.c section.c
7+
menu.c operation.c read_file.c section.c \
8+
basic_math.h bz_lines.h calc_nodeline.h draw.h fermi_patch.h \
9+
free_patch.h initialize.h kumo.h menu.h operation.h \
10+
read_file.h section.h variable.h
811

912
bxsf2frmsf_SOURCES = bxsf2frmsf.c

src/Makefile.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,10 @@ top_srcdir = @top_srcdir@
287287
MAINTAINERCLEANFILES = Makefile.in
288288
fermisurfer_SOURCES = basic_math.c bz_lines.c calc_nodeline.c draw.c \
289289
fermi_patch.c fermisurfer.c free_patch.c initialize.c kumo.c \
290-
menu.c operation.c read_file.c section.c
290+
menu.c operation.c read_file.c section.c \
291+
basic_math.h bz_lines.h calc_nodeline.h draw.h fermi_patch.h \
292+
free_patch.h initialize.h kumo.h menu.h operation.h \
293+
read_file.h section.h variable.h
291294

292295
bxsf2frmsf_SOURCES = bxsf2frmsf.c
293296
all: all-am

0 commit comments

Comments
 (0)