linux package script
This commit is contained in:
parent
ac23d89fbe
commit
eed4cf2879
|
@ -10,7 +10,7 @@ isEmpty(APP_NAME) {
|
|||
}
|
||||
|
||||
isEmpty(APP_VERSION) {
|
||||
APP_VERSION = 2.5
|
||||
APP_VERSION = 2.4
|
||||
}
|
||||
|
||||
macos: {
|
||||
|
|
|
@ -33,7 +33,7 @@ RedPandaIDE.depends += redpanda-git-askpass
|
|||
|
||||
APP_NAME = RedPandaCPP
|
||||
|
||||
APP_VERSION = 2.5
|
||||
APP_VERSION = 2.4
|
||||
|
||||
linux: {
|
||||
isEmpty(PREFIX) {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
redpanda-cpp (2.4-1) unstable; urgency=medium
|
||||
|
||||
* Update to 2.4
|
||||
|
||||
-- Roy Qu (瞿华) <royqh1979@gmail.com> Sun, 11 Nov 2022 19:58:00 +0800
|
||||
|
||||
redpanda-cpp (2.3-1) unstable; urgency=medium
|
||||
|
||||
* Update to 2.3
|
||||
|
|
Loading…
Reference in New Issue