Skip to content

Commit

Permalink
Bump to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniestevez committed Feb 19, 2022
1 parent 3f95606 commit a4f69c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
set(VERSION_MAJOR 3)
set(VERSION_API 12)
set(VERSION_ABI 0)
set(VERSION_PATCH git)
set(VERSION_PATCH 0)

cmake_policy(SET CMP0011 NEW)

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'gr-satellites'
copyright = '2021, Daniel Estévez'
copyright = '2016-2022, Daniel Estévez'
author = 'Daniel Estévez'

# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.12.0-git'
release = '3.12.0'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2020-2021 Daniel Estevez <daniel@destevez.net>
# Copyright 2020-2022 Daniel Estevez <daniel@destevez.net>
#
# This file is part of gr-satellites
#
Expand All @@ -19,9 +19,9 @@
ad-hoc protocols used in other satellites.
"""

__version__ = 'v3.12.0-git'
__version__ = 'v3.12.0'
__author__ = 'Daniel Estevez'
__copyright__ = 'Copyright 2016-2021 Daniel Estevez'
__copyright__ = 'Copyright 2016-2022 Daniel Estevez'
__email__ = 'daniel@destevez.net'
__license__ = 'GPL-3.0'
__all__ = [
Expand Down

0 comments on commit a4f69c7

Please sign in to comment.