Skip to content

Commit

Permalink
New minor version 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvalor committed May 8, 2024
1 parent b1f349e commit e1a6e0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.29.3)
project (bufr2synop LANGUAGES C VERSION 0.30.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.29.3
PROJECT_NUMBER = 0.30.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.29.3])
AC_INIT([bufr2synop],[0.30.0])
AC_CONFIG_SRCDIR([src/apps/bufrtotac.c])
AM_INIT_AUTOMAKE

Expand Down

0 comments on commit e1a6e0a

Please sign in to comment.