Skip to content

Commit a9a5a9f

Browse files
committed
Updating for beta1 release of 2.0
1 parent b46a1b4 commit a9a5a9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('com.github.phase1geo.minder', ['vala', 'c'],
2-
version : '2.0.0',
2+
version : '2.0.0-beta1',
33
license: 'GPL-3.0'
44
)
55

src/Application.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Minder : Gtk.Application {
3333
private GLib.Settings touch_settings;
3434

3535
public static GLib.Settings settings;
36-
public static string version = "2.0";
36+
public static string version = "2.0.0-beta1";
3737
public static bool debug = false;
3838
public static bool debug_advance = false;
3939
public static int debug_count = 0;

src/Document.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public class Document : Object {
487487
// Archives the contents of the opened Minder directory.
488488
public bool save() {
489489

490-
stdout.printf( "Saving...\n" );
490+
// stdout.printf( "Saving...\n" );
491491

492492
var bak_file = get_bak_file();
493493
var backed = false;

0 commit comments

Comments
 (0)