Skip to content

Commit

Permalink
Version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbvalor committed Aug 22, 2022
1 parent e6a8297 commit 1e1da0d
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 2.8.12)
cmake_policy(SET CMP0048 NEW)

# Establecemos la version
project (bufr2synop LANGUAGES C VERSION 0.20.0)
project (bufr2synop LANGUAGES C VERSION 0.21.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 @@ -38,7 +38,7 @@ PROJECT_NAME = bufr2synop
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.20.0
PROJECT_NUMBER = 0.21.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.20.0])
AC_INIT([bufr2synop],[0.21.0])
AC_CONFIG_SRCDIR([src/apps/bufr2synop.c])
AM_INIT_AUTOMAKE

Expand Down

0 comments on commit 1e1da0d

Please sign in to comment.