getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] [getfem-commits] branch master updated: adding major an


From: Yves Renard
Subject: [Getfem-commits] [getfem-commits] branch master updated: adding major and minor version numbers to arch_config
Date: Mon, 02 May 2022 10:51:07 -0400

This is an automated email from the git hooks/post-receive script.

renard pushed a commit to branch master
in repository getfem.

The following commit(s) were added to refs/heads/master by this push:
     new 5bff25b6 adding major and minor version numbers to arch_config
5bff25b6 is described below

commit 5bff25b6fae9bf389f9f7cc971202175b06f90a1
Author: Renard Yves <yrenard@LAMCOSPO658.insa-lyon.fr>
AuthorDate: Mon May 2 16:49:24 2022 +0200

    adding major and minor version numbers to arch_config
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 14fb3708..d9ae16b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,9 @@ AC_INIT(getfem, 5.4.1)
 MAJOR_VERSION="5"
 MINOR_VERSION="4"
 PATCH_VERSION="1"
+AC_DEFINE_UNQUOTED([MAJOR_VERSION],$MAJOR_VERSION,[Major version number])
+AC_DEFINE_UNQUOTED([MINOR_VERSION],$MINOR_VERSION,[Minor version number])
+AC_DEFINE_UNQUOTED([PATCH_VERSION],$PATCH_VERSION,[Patch version number])
 
 AC_CONFIG_SRCDIR([install-sh])
 AC_CONFIG_MACRO_DIR([m4])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]