Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated versioning and fixed configure.ac using autoupdate
  • Loading branch information
daminton committed Jul 23, 2021
1 parent d8c86dd commit d32eaeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions configure.ac
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
AC_INIT([Cratered Terrain Evolution Model], [1.1],
[David Minton <daminton@purdue.edu> , James Richardson <jerichardsonjr@me.com>],
[CTEM])
AC_INIT([Cratered Terrain Evolution Model],[1.5],[David Minton <daminton@purdue.edu> , James Richardson <jerichardsonjr@me.com>],[CTEM])
FCFLAGS=""
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/main/CTEM.f90])
Expand All @@ -9,4 +7,5 @@ AC_LANG([Fortran])
AC_PROG_FC([ifort gfortran])
AC_FC_FREEFORM
AC_PROG_INSTALL
AC_OUTPUT([Makefile src/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT
2 changes: 1 addition & 1 deletion src/globals/module_globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module module_globals
implicit none
public

character(len=*),parameter :: CTEMVER = "1.4 DEVELOPMENT"
character(len=*),parameter :: CTEMVER = "1.5 DEVELOPMENT"

! Symbolic names for kind types of 4-, 2-, and 1-byte integers:
integer, parameter :: I8B = selected_int_kind(17)
Expand Down

0 comments on commit d32eaeb

Please sign in to comment.