Skip to content

Commit ae699d1

Browse files
committed
Increment version number to 1.1.4
1 parent e7aa5b5 commit ae699d1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: rlang
2-
Version: 1.1.3.9000
2+
Version: 1.1.4
33
Title: Functions for Base Types and Core R and 'Tidyverse' Features
44
Description: A toolbox for working with base types, core R features
55
like the condition system, and core 'Tidyverse' features like tidy

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rlang (development version)
1+
# rlang 1.1.4
22

33
* Added missing C level `r_dyn_raw_push_back()` and `r_dyn_chr_push_back()`
44
utilities (#1699).

cran-comments.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixes the r-devel error. I will need more time to look into the private API notes.

src/version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define R_NO_REMAP
22
#include <Rinternals.h>
33

4-
const char* rlang_version = "1.1.3.9000";
4+
const char* rlang_version = "1.1.4";
55

66
/**
77
* This file records the expected package version in the shared

0 commit comments

Comments
 (0)