Skip to content

Commit

Permalink
release bump 0.1 -> 1.0
Browse files Browse the repository at this point in the history
main change is the port to use mmlib.
Also added event-tracker support

Change-Id: I3e846cb9a5f1a88f9005d8888ad718768c3beed7
  • Loading branch information
GabrielGanne committed Jan 27, 2020
1 parent 1a72cd3 commit 37aeea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(eegview,[0.1],[nicolas.bourdaud@gmail.com])
AC_INIT(eegview,[1.0],[nicolas.bourdaud@gmail.com])
AC_CONFIG_SRCDIR([src/eegview.c])
#AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,5 +1,5 @@
project('eegview', 'c',
version : '0.1',
version : '1.0',
default_options : [
'warning_level=3',
],
Expand Down
2 changes: 1 addition & 1 deletion mmpack/specs
@@ -1,6 +1,6 @@
general:
name: eegview
version: 0.1
version: 1.0
maintainer: Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
url: ssh://intranet.mindmaze.ch:29418/eegview
licenses: [ GPL-3 ]
Expand Down

0 comments on commit 37aeea0

Please sign in to comment.