aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-08-08 18:51:24 -0500
committerCalvin Rose <calsrose@gmail.com>2019-08-08 18:51:24 -0500
commitec62e871dda869413187a840b6b46c413ae7318d (patch)
tree4bf5f1fcfb0be56e17792d81862e293b048ace9d
parentSwitch to 32 bit build. (diff)
Update to version 1.2.0.v1.2.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--src/conf/janetconf.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36180ed6..9695b4b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## Unreleased
+## 1.2.0 - 2019-08-08
- Add `take` and `drop` functions that are easier to use compared to the
existing slice functions.
- Add optional default value to `get`.
diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h
index b7b14fce..a16194e6 100644
--- a/src/conf/janetconf.h
+++ b/src/conf/janetconf.h
@@ -29,8 +29,8 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 2
#define JANET_VERSION_PATCH 0
-#define JANET_VERSION_EXTRA "-dev"
-#define JANET_VERSION "1.2.0-dev"
+#define JANET_VERSION_EXTRA ""
+#define JANET_VERSION "1.2.0"
/* #define JANET_BUILD "local" */