Skip to content

Commit

Permalink
Reset patch version to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-mironov committed Aug 6, 2024
1 parent b503c3d commit 47d73c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
PROJECT( XKB-SWITCH )
SET(MAJOR_VERSION 2)
SET(MINOR_VERSION 1)
SET(RELEASE_VERSION 1)
SET(RELEASE_VERSION 0)
SET(XKBSWITCH_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${RELEASE_VERSION})
ADD_DEFINITIONS(-DXKBSWITCH_VERSION="${XKBSWITCH_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion man/xkb-switch.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "xkb-switch" "1" "2.1.1" "J. Bromley, S. Mironov, Alexei Rad'kov" "User Commands"
.TH "xkb-switch" "1" "2.1.0" "J. Bromley, S. Mironov, Alexei Rad'kov" "User Commands"
.SH "xkb-switch"
.LP
.B xkb\-switch
Expand Down

0 comments on commit 47d73c7

Please sign in to comment.