Skip to content

Commit

Permalink
New minor version 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvalor committed Aug 7, 2024
1 parent 7b704e1 commit 454b3a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.5)
cmake_policy(SET CMP0048 NEW)

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

#Definitions needed to generate config.h
SET(PACKAGE_NAME "${PROJECT_NAME}")
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = bufr2synop
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.30.0
PROJECT_NUMBER = 0.31.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
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.30.0])
AC_INIT([bufr2synop],[0.31.0])
AC_CONFIG_SRCDIR([src/apps/bufrtotac.c])
AM_INIT_AUTOMAKE

Expand Down
3 changes: 2 additions & 1 deletion share/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ dist_pkgdata_DATA = BUFR_13_0_0_TableB_en.csv BUFR_15_0_0_TableC_en.csv BUFR_1
BUFR_38_1_0_TableB_en.csv BUFR_38_1_0_TableC_en.csv BUFR_38_1_0_TableD_en.csv \
BUFR_39_0_0_TableB_en.csv BUFR_39_0_0_TableC_en.csv BUFR_39_0_0_TableD_en.csv \
BUFR_40_0_0_TableB_en.csv BUFR_40_0_0_TableC_en.csv BUFR_40_0_0_TableD_en.csv \
BUFR_41_0_0_TableB_en.csv BUFR_41_0_0_TableC_en.csv BUFR_41_0_0_TableD_en.csv
BUFR_41_0_0_TableB_en.csv BUFR_41_0_0_TableC_en.csv BUFR_41_0_0_TableD_en.csv \
BUFR_42_0_0_TableB_en.csv BUFR_42_0_0_TableC_en.csv BUFR_42_0_0_TableD_en.csv

0 comments on commit 454b3a4

Please sign in to comment.