Skip to content

Commit

Permalink
Merge branch 'release/v.0.9.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Feb 16, 2015
2 parents f0fb881 + 7851147 commit d2199fb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ALAMODE
* Version 0.9.3 (Beta)
* Version 0.9.4 (Beta)

- - -

Expand Down
2 changes: 1 addition & 1 deletion alm/alamode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ALM::ALM(int narg, char **arg)
{
std::cout << " +------------------------------------------------------------+" << std::endl;
std::cout << " + Program ALM +" << std::endl;
std::cout << " + Ver. 0.9.3 +" << std::endl;
std::cout << " + Ver. 0.9.4 +" << std::endl;
std::cout << " +------------------------------------------------------------+" << std::endl;
std::cout << std::endl;

Expand Down
2 changes: 1 addition & 1 deletion alm/writes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ void Writes::write_misc_xml()
ptree pt;
std::string str_pos[3];

pt.put("Data.ALM_version", "0.9.3");
pt.put("Data.ALM_version", "0.9.4");
pt.put("Data.Fitting.DisplaceFile", files->file_disp);
pt.put("Data.Fitting.ForceFile", files->file_force);
pt.put("Data.Fitting.Constraint", constraint->constraint_mode);
Expand Down
2 changes: 1 addition & 1 deletion anphon/gruneisen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void Gruneisen::write_new_fcsxml(const std::string filename_xml, const double ch
ptree pt;
std::string str_pos[3];

pt.put("Data.ANPHON_version", "0.9.3");
pt.put("Data.ANPHON_version", "0.9.4");
pt.put("Data.Description.OriginalXML", fcs_phonon->file_fcs);
pt.put("Data.Description.Delta_A", double2string(change_ratio_of_a));

Expand Down
2 changes: 1 addition & 1 deletion anphon/phonons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PHON::PHON(int narg, char **arg, MPI_Comm comm)
if (mympi->my_rank == 0) {
std::cout << " +------------------------------------------------------------+" << std::endl;
std::cout << " + Program ANPHON +" << std::endl;
std::cout << " + Ver. 0.9.3 +" << std::endl;
std::cout << " + Ver. 0.9.4 +" << std::endl;
std::cout << " +------------------------------------------------------------+" << std::endl;

std::cout << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.3'
release = '0.9.4'

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

0 comments on commit d2199fb

Please sign in to comment.