We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9240464 commit 9c8d035Copy full SHA for 9c8d035
4 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.21)
2
3
project(NotepadNext
4
- VERSION 0.13.1
+ VERSION 0.13.2
5
DESCRIPTION "Cross-platform text editor"
6
LANGUAGES CXX
7
)
debian/changelog
@@ -1,4 +1,4 @@
-notepadnext (0.13.1-1) stable; urgency=medium
+notepadnext (0.13.2-1) stable; urgency=medium
* New upstream release.
release.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-VERSION=0.13.1
+VERSION=0.13.2
DIR=notepadnext-$VERSION
ARCH=$(uname -m)
ARCH_DPKG=$(dpkg --print-architecture)
rpm/SPECS/NotepadNext.spec
Name: NotepadNext
-Version: 0.13.1
+Version: 0.13.2
Release: 1%{?dist}
Summary: A cross-platform, reimplementation of Notepad++
0 commit comments