Skip to content

Commit

Permalink
update the version info to sync with recent change of API
Browse files Browse the repository at this point in the history
  • Loading branch information
sijchen committed Jan 29, 2015
1 parent 4f4adce commit a4f09f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -28,7 +28,7 @@ PROJECT_NAME=openh264
MODULE_NAME=gmpopenh264
GMP_API_BRANCH=Firefox36
CCASFLAGS=$(CFLAGS)
VERSION=1.3
VERSION=1.4
STATIC_LDFLAGS=-lstdc++

ifeq (,$(wildcard $(SRC_PATH)gmp-api))
Expand Down
6 changes: 3 additions & 3 deletions codec/api/svc/codec_ver.h
Expand Up @@ -4,11 +4,11 @@

#include "codec_app_def.h"

static const OpenH264Version g_stCodecVersion = {1,3,0,0};
static const char* const g_strCodecVer = "OpenH264 version:1.3.0.0";
static const OpenH264Version g_stCodecVersion = {1,4,0,0};
static const char* const g_strCodecVer = "OpenH264 version:1.4.0.0";

#define OPENH264_MAJOR (1)
#define OPENH264_MINOR (3)
#define OPENH264_MINOR (4)
#define OPENH264_REVISION (0)
#define OPENH264_RESERVED (0)

Expand Down
2 changes: 1 addition & 1 deletion codec/common/inc/version.h
@@ -1,6 +1,6 @@
#ifndef VERSION_H
#define VERSION_H

#define VERSION_NUMBER "openh264 default: 1.3"
#define VERSION_NUMBER "openh264 default: 1.4"

#endif // VERSION_H
2 changes: 1 addition & 1 deletion gmpopenh264.info
@@ -1,4 +1,4 @@
Name: gmpopenh264
Description: GMP Plugin for OpenH264.
Version: 1.0
Version: 1.4
APIs: encode-video[h264], decode-video[h264]

0 comments on commit a4f09f4

Please sign in to comment.