Skip to content

Commit 18dce10

Browse files
committedApr 18, 2025
1.11-rc4
Signed-off-by: Ludovic Desroches <[email protected]>
1 parent 996b25c commit 18dce10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
DESCRIPTION "A linux graphic library for Microchip MPUs"
77
LANGUAGES C;CXX;ASM
88
)
9-
set(PROJECT_VERSION_RC 3)
9+
set(PROJECT_VERSION_RC 4)
1010
if (DEFINED PROJECT_VERSION_RC)
1111
string(APPEND PROJECT_VERSION "-rc${PROJECT_VERSION_RC}")
1212
endif()

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([libegt],[1.11-rc3])
2+
AC_INIT([libegt],[1.11-rc4])
33

44
AC_CONFIG_HEADERS([config.h])
55
AC_CONFIG_SRCDIR([Makefile.am])

0 commit comments

Comments
 (0)