Skip to content

Commit

Permalink
Fixed version in CMakeLists.txt, added .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Johnson committed Nov 16, 2015
1 parent 855bb31 commit c66895b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OS generated files
.DS_Store

# Editor backup files
*~
.*.swp
.*.swo

# Binary files.
*.pdf

# Generated files
build/

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ message("-- Fortran compiler is ${CMAKE_Fortran_COMPILER} (${CMAKE_Fortran_COMPI

# Version numbers.
set (ALQUIMIA_MAJOR_VERSION 0)
set (ALQUIMIA_MINOR_VERSION 2)
set (ALQUIMIA_MINOR_VERSION 3)
set (ALQUIMIA_PATCH_VERSION 1)
set (ALQUIMIA_VERSION "${ALQUIMIA_MAJOR_VERSION}.${ALQUIMIA_MINOR_VERSION}.${ALQUIMIA_PATCH_VERSION}")

Expand Down

0 comments on commit c66895b

Please sign in to comment.