Skip to content

Commit

Permalink
increasing version
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Dec 9, 2023
1 parent 8be0c3b commit 72bf6ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cmake_policy(SET CMP0078 OLD)

# define project name, version and its languages
project(apfel LANGUAGES C CXX Fortran)
set(apfel_VERSION 3.0.7)
set(PROJECT_VERSION 3.0.7)
set(apfel_VERSION 3.1.1)
set(PROJECT_VERSION 3.1.1)
SET(APFEL_VERSION_MAJOR 3)
SET(APFEL_VERSION_MINOR 0)
SET(APFEL_VERSION_PATCH 7)
SET(APFEL_VERSION_MINOR 1)
SET(APFEL_VERSION_PATCH 1)
add_compile_definitions(APFEL_VERSION=${apfel_VERSION})
set(CMAKE_VERBOSE_MAKEFILE OFF)
include("GNUInstallDirs")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([APFEL],[3.0.7],[[email protected],[email protected]],[apfel])
AC_INIT([APFEL],[3.1.1],[[email protected],[email protected]],[apfel])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down

0 comments on commit 72bf6ec

Please sign in to comment.