Skip to content

Commit da0dcea

Browse files
committed
v0.7.0
1 parent f572bef commit da0dcea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.9.2)
1313

1414
# Project information
1515
project(omega_edit
16-
VERSION 0.6.2
16+
VERSION 0.7.0
1717
DESCRIPTION "Apache open source library for building editors"
1818
HOMEPAGE_URL https://github.com/ctc-oss/omega-edit
1919
LANGUAGES C CXX)

binding.gyp

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"defines": [
1818
# TODO: Programmatically set the version information
1919
"OMEGA_EDIT_VERSION_MAJOR=0",
20-
"OMEGA_EDIT_VERSION_MINOR=6",
21-
"OMEGA_EDIT_VERSION_PATCH=2",
20+
"OMEGA_EDIT_VERSION_MINOR=7",
21+
"OMEGA_EDIT_VERSION_PATCH=0",
2222
"NAPI_DISABLE_CPP_EXCEPTIONS",
2323
],
2424
"cflags!": ["-fno-exceptions", "-Wall", "-Werror"],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "omega-edit",
33
"description": "OmegaEdit open source library for building editors that can handle massive files",
4-
"version": "0.6.3-8",
4+
"version": "0.7.0",
55
"main": "module/omega_edit/index.js",
66
"repository": {
77
"url": "https://github.com/ctc-oss/omega-edit",

0 commit comments

Comments
 (0)