mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 21:39:53 +01:00
version 0.3.1
This commit is contained in:
parent
840388720e
commit
5bd53f018f
@ -1,6 +1,6 @@
|
|||||||
AC_INIT(msgpack/unpack_template.h)
|
AC_INIT(msgpack/unpack_template.h)
|
||||||
AC_CONFIG_AUX_DIR(ac)
|
AC_CONFIG_AUX_DIR(ac)
|
||||||
AM_INIT_AUTOMAKE(msgpack, 0.3.0)
|
AM_INIT_AUTOMAKE(msgpack, 0.3.1)
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AC_SUBST(CFLAGS)
|
AC_SUBST(CFLAGS)
|
||||||
|
@ -17,7 +17,7 @@ DESCRIPTION = "Binary-based efficient data interchange format."
|
|||||||
RUBYFORGE_PROJECT = "msgpack"
|
RUBYFORGE_PROJECT = "msgpack"
|
||||||
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
||||||
BIN_FILES = %w( )
|
BIN_FILES = %w( )
|
||||||
VERS = "0.3.0"
|
VERS = "0.3.1"
|
||||||
|
|
||||||
#REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
|
#REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
|
||||||
REV = nil
|
REV = nil
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.platform = Gem::Platform::CURRENT
|
s.platform = Gem::Platform::CURRENT
|
||||||
s.name = "msgpack"
|
s.name = "msgpack"
|
||||||
s.version = "0.3.0"
|
s.version = "0.3.1"
|
||||||
s.summary = "MessagePack"
|
s.summary = "MessagePack"
|
||||||
s.author = "FURUHASHI Sadayuki"
|
s.author = "FURUHASHI Sadayuki"
|
||||||
s.email = "frsyuki@users.sourceforge.jp"
|
s.email = "frsyuki@users.sourceforge.jp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user