Skip to content

Commit

Permalink
Commit the version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 28, 2024
1 parent 195f11c commit 3ad531a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ src/libsdb.so*
src/libsdb.dylib
src/sdb
src/sdb_version.h
include/sdb/version.h
memcache/cmds
memcache/cmds.h
memcache/mcsdbc
Expand Down
1 change: 1 addition & 0 deletions include/sdb/version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#define SDB_VERSION "2.0.1"
9 changes: 0 additions & 9 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ else
libsdb_name = 'sdb'
endif

# Create include/sdb/version.h
conf_data = configuration_data()
conf_data.set_quoted('SDB_VERSION', sdb_version, description : 'From config.mk')
configure_file(
output : 'version.h',
configuration : conf_data,
install_dir : join_paths(get_option('includedir'), 'sdb')
)

libsdb_sources = [
'src/array.c',
'src/set.c',
Expand Down

0 comments on commit 3ad531a

Please sign in to comment.