Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtanx committed Mar 8, 2022
1 parent 1536514 commit 1815a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.5)

# Update the version for each new release
project(fontforge VERSION 20201107 LANGUAGES C CXX)
project(fontforge VERSION 20220308 LANGUAGES C CXX)

# No in source builds
if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
1 change: 1 addition & 0 deletions desktop/org.fontforge.FontForge.appdata.xml.in
Expand Up @@ -32,6 +32,7 @@
<update_contact>fontforge-devel@lists.sourceforge.net</update_contact>
<content_rating type="oars-1.1" />
<releases>
<release date="2022-03-08" version="20220308" />
<release date="2020-11-07" version="20201107" />
<release date="2020-03-14" version="20200314" />
<release date="2019-08-01" version="20190801" />
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py
Expand Up @@ -17,7 +17,7 @@
author = 'FontForge authors'

# The full version, including alpha/beta/rc tags
release = '20201107'
release = '20220308'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 1815a69

Please sign in to comment.