Skip to content

Commit

Permalink
Changed version number and upated package files.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpintroniK committed Dec 16, 2018
1 parent df25c0d commit 4353856
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.link.option.paths.711703771" name="Library search path (-L)" superClass="gnu.cpp.link.option.paths" useByScannerDiscovery="false" valueType="libPaths">

<listOptionValue builtIn="false" value="&quot;${workspace_loc:/libeXaDrums/Debug}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/libeXaDrums/Release}&quot;"/>

<listOptionValue builtIn="false" value="../../libeXaDrums/Debug"/>

Expand Down Expand Up @@ -227,7 +227,7 @@

<entry flags="VALUE_WORKSPACE_PATH" kind="includePath" name="/libeXaDrums"/>

<entry flags="VALUE_WORKSPACE_PATH" kind="libraryPath" name="/libeXaDrums/Debug"/>
<entry flags="VALUE_WORKSPACE_PATH" kind="libraryPath" name="/libeXaDrums/Release"/>

<entry flags="RESOLVED" kind="libraryFile" name="exadrums" srcPrefixMapping="" srcRootPath=""/>

Expand Down
Empty file added Data/Rec/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion Source/exadrumsConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace eXaDrums
{

constexpr auto EXADRUMS_MAJOR_VERSION = 0;
constexpr auto EXADRUMS_MINOR_VERSION = 1;
constexpr auto EXADRUMS_MINOR_VERSION = 2;
constexpr auto EXADRUMS_PATCH_VERSION = 0;
constexpr char VERSION_SEPARATOR[] = ".";

Expand Down
2 changes: 1 addition & 1 deletion debian/.debhelper/exadrums/dbgsym-build-ids
Original file line number Diff line number Diff line change
@@ -1 +1 @@
abd76eaa0fe282df84bf16789ef351d52760687a
0f6fe04786f55c3607160bc4fb3387523465cf18
6 changes: 3 additions & 3 deletions debian/.debhelper/exadrums/dbgsym-root/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: exadrums-dbgsym
Package-Type: ddeb
Source: exadrums
Version: 0.1.0
Version: 0.2.0
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Jeremy Oden <jerem.oden@gmail.com>
Installed-Size: 123
Depends: exadrums (= 0.1.0)
Depends: exadrums (= 0.2.0)
Section: debug
Priority: optional
Description: debug symbols for exadrums
Build-Ids: abd76eaa0fe282df84bf16789ef351d52760687a
Build-Ids: 0f6fe04786f55c3607160bc4fb3387523465cf18
2 changes: 1 addition & 1 deletion debian/.debhelper/exadrums/dbgsym-root/DEBIAN/md5sums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
615f7d756c1d25dc140df1c3a54f6550 usr/lib/debug/.build-id/ab/d76eaa0fe282df84bf16789ef351d52760687a.debug
8f6be3bcba7f4076582cc6ab988d1715 usr/lib/debug/.build-id/0f/6fe04786f55c3607160bc4fb3387523465cf18.debug
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
exadrums (0.2.0) unstable; urgency=medium

* Ensure compatibility with libeXaDrums 0.2.0.

-- Jeremy Oden <jerem.oden@gmail.com> Sun, 16 Dec 2018 10:43:40 +0000

exadrums (0.1.0) unstable; urgency=medium

* Initial Release.
Expand Down
6 changes: 3 additions & 3 deletions debian/files
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exadrums-dbgsym_0.1.0_amd64.ddeb debug optional
exadrums_0.1.0_amd64.buildinfo sound optional
exadrums_0.1.0_amd64.deb sound optional
exadrums-dbgsym_0.2.0_amd64.ddeb debug optional
exadrums_0.2.0_amd64.buildinfo sound optional
exadrums_0.2.0_amd64.deb sound optional

0 comments on commit 4353856

Please sign in to comment.