Skip to content
/ cygport Public

Commit 2df5591

Browse files
committed
Bump version to 0.37.3
1 parent 016b2b7 commit 2df5591

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.37.3:
2+
* cmake: Make the default output froms src_test more useful
3+
* Update gnuconfig submodule
4+
* autotools: gnuconfigize: prevent downgrade of config.{guess,sub}
15
0.37.2:
26
* python.org: Also set SRC_DIR appropriately
37
0.37.1:

cygport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define debug_package %{nil}
22

33
Name: cygport
4-
Version: 0.37.2
4+
Version: 0.37.3
55
Release: 1%{?dist}
66
Summary: Cygwin package building tool
77

data/sample.cygport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit meson
22

33
NAME="cygport"
4-
VERSION=0.37.2
4+
VERSION=0.37.3
55
RELEASE=1
66
CATEGORY="Devel"
77
SUMMARY="Cygwin source packaging tool"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cygport',
2-
version: '0.37.2')
2+
version: '0.37.3')
33

44
bindir = join_paths(get_option('prefix'), get_option('bindir'))
55
datadir = join_paths(get_option('prefix'), get_option('datadir'))

0 commit comments

Comments
 (0)