Skip to content
This repository was archived by the owner on Jun 13, 2018. It is now read-only.

Commit 20d56ca

Browse files
authored
Merge pull request #155 from evoskuil/master
Problem: no version for clean fork of repo to zeromq.
2 parents 737b543 + 6176e37 commit 20d56ca

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: builds/msvc/resource.rc

0 Bytes
Binary file not shown.

Diff for: packaging/debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
generator-scripting-language (4.1.3) UNRELEASED; urgency=low
1+
generator-scripting-language (4.1.4) UNRELEASED; urgency=low
22

33
* Initial packaging.
44

Diff for: packaging/debian/generator-scripting-language.dsc.obs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: 3.0 (native)
22
Binary: generator-scripting-language
33
Source: generator-scripting-language
4-
Version: 4.1.3
4+
Version: 4.1.4
55
Maintainer: GSL Developers <[email protected]>
66
Architecture: any
77
Standards-Version: 4.1.0

Diff for: packaging/linux/create_tarball.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PACKAGE_TMP="/tmp"
44
PACKAGE_NAME="imatix-gsl"
5-
PACKAGE_VERSION="4.1.0"
5+
PACKAGE_VERSION="4.1.4"
66

77
SCRIPTS_DIR=$(dirname $(cd ${0%/*} 2>>/dev/null ; echo `pwd`/${0##*/}))
88
PROJECT_DIR="$(realpath ${SCRIPTS_DIR}/../../)"

Diff for: packaging/linux/rpm/SPECS/generator-scripting-language.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: imatix GSL is a code construction tool
55
Name: generator-scripting-language
6-
Version: 4.1.3
6+
Version: 4.1.4
77
Release: %{revision}%{?dist}
88
License: GPL v3+
99
Group: Libraries

Diff for: packaging/nuget/package.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- These values are populated into the package.gsl template by package.bat. -->
3-
<package id="gsl" target="gsl" version="4.1.0.1" />
3+
<package id="gsl" target="gsl" version="4.1.4.0" />

Diff for: packaging/nuget/package.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
88
<metadata minClientVersion="2.5">
99
<id>gsl</id>
10-
<version>4.1.0.1</version>
10+
<version>4.1.4.0</version>
1111
<title>gsl</title>
1212
<authors>Pieter Hintjens and others</authors>
1313
<owners>Eric Voskuil</owners>

Diff for: src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
#undef COPYRIGHT
4444
#undef BUILDDATE
4545
#undef BUILDMODEL
46-
#define VERSION "4.1.3"
47-
#define PRODUCT "GSL/4.1.3"
46+
#define VERSION "4.1.4"
47+
#define PRODUCT "GSL/4.1.4"
4848
#define COPYRIGHT "Copyright (c) 1996-2016 iMatix Corporation"
4949
#define BUILDDATE ""
5050
#define BUILDMODEL "Built from https://github.com/imatix/gsl.git master"

0 commit comments

Comments
 (0)