Release Snappy 1.0.2, to get the license change and various other fixes into
a release. R=csilvers DELTA=239 (236 added, 0 deleted, 3 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=1709 git-svn-id: https://snappy.googlecode.com/svn/trunk@32 03e5f5b5-db94-4691-08a0-1a8bf15f6143
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
m4_define([snappy_major], [1])
|
||||
m4_define([snappy_minor], [0])
|
||||
m4_define([snappy_patchlevel], [1])
|
||||
m4_define([snappy_patchlevel], [2])
|
||||
|
||||
# Libtool shared library interface versions (current:revision:age)
|
||||
# Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
|
||||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
m4_define([snappy_ltversion], [1:1:0])
|
||||
m4_define([snappy_ltversion], [2:0:1])
|
||||
|
||||
AC_INIT([snappy], [snappy_major.snappy_minor.snappy_patchlevel])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
Reference in New Issue
Block a user