File: 0004-bump-version.patch

package info (click to toggle)
fcitx 1%3A4.2.9.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,908 kB
  • sloc: ansic: 134,113; cpp: 7,280; sh: 2,778; python: 800; xml: 345; makefile: 39
file content (25 lines) | stat: -rw-r--r-- 565 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 1d04a1444a7f66cf55d83d182d04eee27ccccaa7 Mon Sep 17 00:00:00 2001
From: Weng Xuetian <wengxt@gmail.com>
Date: Wed, 5 Aug 2020 10:39:55 -0700
Subject: [PATCH] bump version.

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6c1a8b0..d8f00e6d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6)
 
 project(fcitx)
 
-set(version 4.2.9.7)
+set(version 4.2.9.8)
 
 set(CMAKE_C_STANDARD 99)
 set(CMAKE_C_STANDARD_REQUIRED TRUE)
-- 
2.30.0