Skip to content

Commit a1dad3e

Browse files
authored
Bump version (#5169)
1 parent 5311711 commit a1dad3e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmake_minimum_required(VERSION 3.5)
44

55
# Update the version for each new release
6-
project(fontforge VERSION 20220308 LANGUAGES C CXX)
6+
project(fontforge VERSION 20230101 LANGUAGES C CXX)
77

88
# No in source builds
99
if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")

desktop/org.fontforge.FontForge.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<update_contact>fontforge-devel@lists.sourceforge.net</update_contact>
3333
<content_rating type="oars-1.1" />
3434
<releases>
35+
<release date="2023-01-01" version="20230101" />
3536
<release date="2022-03-08" version="20220308" />
3637
<release date="2020-11-07" version="20201107" />
3738
<release date="2020-03-14" version="20200314" />

doc/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author = 'FontForge authors'
1818

1919
# The full version, including alpha/beta/rc tags
20-
release = '20220308'
20+
release = '20230101'
2121

2222

2323
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)