Skip to content

Commit d1ad81a

Browse files
committed
finishing 0.7.1 release
1 parent e864b8e commit d1ad81a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bin/data/empty_patch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<github>https://github.com/d3cod3/mosaic</github>
33
<www>https://mosaic.d3cod3.org</www>
4-
<release>070</release>
4+
<release>071</release>
55
<settings>
66
<output_width>1280</output_width>
77
<output_height>720</output_height>

bin/data/release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

src/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
#pragma mark once
3434

3535
#define PACKAGE "Mosaic"
36-
#define VERSION "0.7.0"
37-
#define VERSION_GRAPHIC "070"
36+
#define VERSION "0.7.1"
37+
#define VERSION_GRAPHIC "071"
3838
#define DESCRIPTION "Live Visual Patching Creative-Coding Platform"
3939
#define MOSAIC_WWW "https://mosaic.d3cod3.org/"
4040
#define MOSAIC_DEVELOPERS "Emanuele Mazza, Daan de Lange"
4141
#define TAGS "mosaic,openframeworks,macos,linux,windows,creative-coding,video,audio,graphics,live-coding,visual-programming,creative-coding,transmedia"
4242

43-
#define WINDOW_TITLE "Mosaic 0.7.0"
43+
#define WINDOW_TITLE "Mosaic 0.7.1"
4444
#define WINDOW_START_WIDTH 1280
4545
#define WINDOW_START_HEIGHT 720
4646

0 commit comments

Comments
 (0)