Skip to content

Commit

Permalink
set version number to 1.2, change soname version
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Aug 2, 2013
1 parent 6957a6f commit 43e2269
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=1.1
VERSION=1.2

if [ $# -eq 0 ]; then
echo Usage: $0 step
Expand Down
2 changes: 1 addition & 1 deletion xylib/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

lib_LTLIBRARIES = libxy.la

libxy_la_LDFLAGS = -no-undefined -version-info 3:2:0
libxy_la_LDFLAGS = -no-undefined -version-info 3:3:0
libxy_la_LIBADD = $(XYLIB_ADDLIB)

libxy_la_SOURCES = xylib.cpp cache.cpp brucker_raw.cpp \
Expand Down
2 changes: 1 addition & 1 deletion xylib/specsxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ namespace xylib {

const FormatInfo SpecsxyDataSet::fmt_info(
"specsxy",
"SPECS Specslab2 xy data file",
"SPECS Specslab2 xy",
"xy",
false, // whether binary
true, // whether has multi-blocks
Expand Down
2 changes: 1 addition & 1 deletion xylib/xylib.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* XYLIB_VERSION / 100 % 100 is the minor version
* XYLIB_VERSION / 10000 is the major version
*/
#define XYLIB_VERSION 10100 /* 1.1.0 */
#define XYLIB_VERSION 10200 /* 1.2.0 */

#ifdef __cplusplus

Expand Down

0 comments on commit 43e2269

Please sign in to comment.