File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(LetMeCreate)
4
4
5
5
6
6
set (LETMECREATE_MAJOR_VERSION 1 )
7
- set (LETMECREATE_MINOR_VERSION 1 )
7
+ set (LETMECREATE_MINOR_VERSION 2 )
8
8
set (LETMECREATE_PATCH_VERSION 0 )
9
9
set (LETMECREATE_VERSION ${LETMECREATE_MAJOR_VERSION} .${LETMECREATE_MINOR_VERSION}.${LETMECREATE_PATCH_VERSION} )
10
10
set (PROJECT_VERSION ${LETMECREATE_VERSION} )
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "LetMeCreate"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.1 .0
41
+ PROJECT_NUMBER = 1.2 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
include $(TOPDIR)/rules.mk
2
2
3
3
PKG_NAME:=letmecreate
4
- PKG_VERSION:=1.1 .0
4
+ PKG_VERSION:=1.2 .0
5
5
6
6
PKG_LICENSE_FILE:=LICENSE
7
7
PKG_LICENSE:=BSD-3-Clause
Original file line number Diff line number Diff line change 1
1
include $(TOPDIR)/rules.mk
2
2
3
3
PKG_NAME:=letmecreate
4
- PKG_VERSION:=1.1 .0
4
+ PKG_VERSION:=1.2 .0
5
5
6
6
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
7
7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
You can’t perform that action at this time.
0 commit comments