Skip to content

Commit

Permalink
- New minor version 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvalor committed Jan 10, 2025
1 parent 03158dc commit 874ef2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
# CMadkeLists.txt for root directory for project bufr2synop
#

CMAKE_MINIMUM_REQUIRED (VERSION 3.5)
CMAKE_MINIMUM_REQUIRED (VERSION 3.10)

# Next line is to set version
cmake_policy(SET CMP0048 NEW)

# Establecemos la version
project (bufr2synop LANGUAGES C VERSION 0.31.0)
project (bufr2synop LANGUAGES C VERSION 0.32.0)

#Definitions needed to generate config.h
SET(PACKAGE_NAME "${PROJECT_NAME}")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# configure.ac for bufr2synop project
#

AC_INIT([bufr2synop],[0.31.0])
AC_INIT([bufr2synop],[0.32.0])
AC_CONFIG_SRCDIR([src/apps/bufrtotac.c])
AM_INIT_AUTOMAKE

Expand Down

0 comments on commit 874ef2d

Please sign in to comment.