Skip to content

Commit

Permalink
Update the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Nov 14, 2010
1 parent ccecc1a commit 07a6c50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure
@@ -1,6 +1,6 @@
#!/bin/sh

export version=0.3.9
export version=0.3.10
export soversion=2

show_help()
Expand Down
2 changes: 1 addition & 1 deletion src/melted/Makefile
Expand Up @@ -30,7 +30,7 @@ INCS = melted_server.h \

OBJS = $(APP_OBJS) $(LIB_OBJS)

CFLAGS += -I.. $(RDYNAMIC)
CFLAGS += -I.. $(RDYNAMIC) -DVERSION=\"$(version)\"

LDFLAGS += -L../mvcp -lmvcp
LDFLAGS += -lpthread
Expand Down
2 changes: 0 additions & 2 deletions src/melted/melted_server.c
Expand Up @@ -45,8 +45,6 @@
#include <mvcp/mvcp_remote.h>
#include <mvcp/mvcp_tokeniser.h>

#define VERSION "0.2.0"

static void melted_command_received( mlt_listener listener, mlt_properties owner, melted_server this, void **args )
{
if ( listener != NULL )
Expand Down

0 comments on commit 07a6c50

Please sign in to comment.