diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-03-28 18:17:45 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-03-28 18:17:45 +0200 |
commit | b814567e2bf8bda07cea8de1c7a062f4aa437b65 (patch) | |
tree | d8bcd917c5baaa937cf848e0c58b441b39e9af5a | |
parent | Add contributors to the LICENSE (diff) | |
download | surf-b814567e2bf8bda07cea8de1c7a062f4aa437b65.tar.gz surf-b814567e2bf8bda07cea8de1c7a062f4aa437b65.tar.bz2 surf-b814567e2bf8bda07cea8de1c7a062f4aa437b65.zip |
Bump version to 2.0
We're using the new scheme: 2.x is for webkit2
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index c0a9959..df6e812 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # surf version -VERSION = 0.6 +VERSION = 2.0 # Customize below to fit your system |